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

Some questions about the results. #2

Open
ShineLX opened this issue Sep 22, 2021 · 2 comments
Open

Some questions about the results. #2

ShineLX opened this issue Sep 22, 2021 · 2 comments

Comments

@ShineLX
Copy link

ShineLX commented Sep 22, 2021

We use your code and pretrained_models(model_flexible_4-7x7_pr4ps50_HCI.pth, model_flexible_3-7x7_pr4ps50_HCI.pth, model_flexible_2-7x7_pr4ps50_HCI.pth) to test the HCI dataset(bedroom, bicycle, herbs, dishes). And the results in the csv files of 4(f), 3(l) and 2(r) (34.18594/0.940255, 34.19706/0.939654, 33.61714/0.934) are not the same as the results of your paper (38.68/0.971, 38.43/0.970, 37.02/0.963). Did I go wrong somewhere? Also, how many epochs have you trained?

Thanks!

@jingjin25
Copy link
Owner

@ShineLX

Hi, maybe you used different pytorch version? the code was tested with pytorch 1.1. please check the pytorch version, or you can set align_corners=True in F.grid_sample and try again.

@ShineLX
Copy link
Author

ShineLX commented Sep 22, 2021

We set align_corners=True in F.grid_sample and tried again, and it worked.

Thanks very much!

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