mseitzer / pytorch-fid

Compute FID scores with PyTorch.
Apache License 2.0
3.22k stars 497 forks source link

Data folders for computing #74

Closed vinduon closed 5 months ago

vinduon commented 3 years ago

I have a question about this repo:

mseitzer commented 3 years ago

In general, image resizing and FID is a tricky topic, see https://arxiv.org/abs/2104.11222.

vinduon commented 2 years ago

Thank you so much for your reply.

I do not know that if my data_folder_1 has all PNG images and data_folder_2 has all JPG images, does the score make sense? Because I know that the value of pixels in the same images with different extension will be different. And one more question, I have folderA with all frontal faces while folderB is original FFHQ with many poses, genders,... Could we also calculate FID value between them?