-
Notifications
You must be signed in to change notification settings - Fork 63
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
results and evaluation for 512x352 images #40
Comments
Could you please explain your issue regarding the FID calculated by "utils/metrics.py"? |
The Inception network takes input of size (299,299). So we need to resize the images to this size before calculating FID. You are right in the fact that for higher resolution images it does not quite make sense to reduce the dimension. However, this is a standard protocol and other papers also evaluate like this way. |
So I'm wondering if there is a difference between my code and yours for testing 512x352 images. |
@ZihaoW123 could you match the results for 256x176 images obtained using the file "utils/metrics.py" with the tables in the paper? |
Hi authors, your work is impressive. Thanks for sharing the code base.
However, I find the file "utils/metrics.py" is the evaluation code only for 256x176 images. And the FID calculated by "utils/metrics.py" seems to be incorrect.
It would greatly help the community if you could share 512x352 generated image results and the evaluation code for 512x352 images. Looking forward to your kind response.
The text was updated successfully, but these errors were encountered: