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

About FID #134

Open
liyueying233 opened this issue May 31, 2024 · 2 comments
Open

About FID #134

liyueying233 opened this issue May 31, 2024 · 2 comments

Comments

@liyueying233
Copy link

Hi! Thank you for your excellent work.

I noticed a significant discrepancy between the FID results I obtained and the FID reported in the paper. I suspect it might be due to issues with how the dataset is constructed. Could you please let me know how you obtained the 128128 LR (low-resolution) images from the DIV2K dataset? I followed the method described in the readme to generate the LR-HR (low-resolution - high-resolution) pairs for training, but the LR images I got are all 512512. I am wondering if the difference in resolution could be causing the large gap in FID scores?

@IceClear
Copy link
Owner

Hi. Sry that I do not quite get your question here. The images you get are already 4x upsampled because our model takes the LR images with the same resolution as the output. You may check the LR images in our test set for reference on the huggingface. The link is provided in the readme. You can also check the data generation details in this repo. It is almost the same as RealESRGAN.

@liyueying233
Copy link
Author

Thank you for your response. I suspect that the low number of samples in my generated dataset, which is only 1000, might be affecting the FID value. I appreciate the dataset you provided on Huggingface, and I will try it as soon as possible.

Additionally, I would like to ask if it is necessary to ensure that the test dataset has more than 3000 samples to obtain a stable FID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants