-
Notifications
You must be signed in to change notification settings - Fork 21
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
Required image format for getting FID and KID. #17
Comments
Hi @jonatelintelo, Are you referring to this function? Lines 64 to 74 in f741603
If so, then this a wrapper around torch_fidelity package and it should support all of the image formats that |
Thank you for the quick answer. I indeed meant that function. In this wrapper function from your code, is the input to How many samples were there at minimum in each directory during your metric calculations? |
FID scores are evaluated between directories of images. In the case of the Anime <-> Selfie translation we evaluate scores between the following directories:
We used the entire test datasets for the evaluation. The smallest test dataset belongs to Anime2Selfie and it has just 100 anime and 100 selfie images. |
Thank you for the answers, I can work further with this now.
I also took a look at another FID implementation from |
Hi @jonatelintelo,
No, unfortunately, I am not aware whether |
Hi,
I am trying to apply the standardized FID and KID scoring to my own dataset and generators. For this I have a question.
The
evaluate_metrics(args)
handles the real image and the generated image subdirectories and calculates the desired scores between all real and generated images in these subdirs. But in what format are these passed? (.jpg or something different?)The text was updated successfully, but these errors were encountered: