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

FID/256 calculation improvements #223

Open
mmuckley opened this issue Aug 25, 2023 · 0 comments
Open

FID/256 calculation improvements #223

mmuckley opened this issue Aug 25, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@mmuckley
Copy link
Contributor

Currently our implementation of FID/256 relies on the torchmetrics FID, which includes image interpolation. For images of size 256, this doesn't cause a huge difference, but many standard methods don't include interpolation in calculating FID.

So, we should probably have an FID metric that has no interpolation and passes the images straight to the Inception model.

In my past experiments, this could cause a divergence of maybe 0.01-0.1 in the FID score on CLIC2020.

@mmuckley mmuckley added the enhancement New feature or request label Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant