Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-trained model(Imagenet) results #1

Open
kaminocode opened this issue Sep 7, 2017 · 2 comments
Open

Pre-trained model(Imagenet) results #1

kaminocode opened this issue Sep 7, 2017 · 2 comments

Comments

@kaminocode
Copy link

kaminocode commented Sep 7, 2017

I reproduced the result on the ring image using the pretrained model on imagenet. Since the image is 640 x 480, the last 32 pixels where left out. Still the image doesn't seem to match with result shown on the paper.
cs_69999

Further the patches are very much visible. Do you do some kind of post processing after stitching the 64 x 64 images?

@kaminocode
Copy link
Author

kaminocode commented Sep 8, 2017

Further on this particular image the results are poor. How should I change the alpha parameter if I'm using the pretrained model on imagenet?
original_img parrot

@kaminocode kaminocode changed the title Trained model for 50000 iterations Pre-trained model(Imagenet) results Sep 8, 2017
@githublzb
Copy link

when I run paper_demo.py, there was an error:
Traceback (most recent call last):
File "/home/GithubDown/OneNet/admm/paper_demo.py", line 432, in
testset_filelist = load_data.load_testset_path_list()
File "../projector/load_celeb.py", line 74, in load_testset_path_list
return load_testset_path()['image_path'].tolist()
AttributeError: 'list' object has no attribute 'tolist'
How do I overcome this?
Thanks ahead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants