-
Notifications
You must be signed in to change notification settings - Fork 511
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
FID sensitive to image saving #63
Comments
I have the same issue. Now I save and load [0,1] range raw data instead of images for the evaluation, and numbers make sense to me. |
This should not be the case because generated images are often quantized to uint8 before computing the FID score. |
As saving it to be image format is not okay, how to save it to be [0, 1] range raw data, something like .npz? |
Thank you for the solution. |
I found that the FID changes drastically when images are saved to the disk. Basically, it is caused by the change of pixel values when rounded from the continuous real values to 0-255 integers. Is this common in FID testing? How does everyone minimize its effect?
The text was updated successfully, but these errors were encountered: