-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to reproduce the FID indicator? #28
Comments
Hi @zuimeiyujianni |
I have only trained babies dataset and got FID score as 81.95. According to my thought we should have actual evaluation setup for getting the desire number. @utkarshojha Can you please provide experimental setup for getting the desired output. I have trained the model for babies dataset from sketch taking ffhq as a source and not used the pretrained one given in the Readme.md |
I also want to calculate the LPIPS score. However, the link to the dataset is invalid. Do you have the dataset used to calculate lpips score? 😄 @utkarshojha Can you update the dataset link for evaluating intra-cluster distance? 😄 |
@VIROBO-15 how many samples you used to calculate FID score? I used FFHQ->babies pretrained model from README.md and sampled 2492 images the same number of given real babies dataset. |
I use 1000 samples. The lpips indicator is calculated by 1000 images in paper. So I use the 1000 samples to calculate the FID. |
Thank you for your good job! I have a question about the FID. I use the code in the picture to calculate the FID score. However, I failed to reproduce the FID score. Would you share your experimental settings?
The text was updated successfully, but these errors were encountered: