pytorch-fid icon indicating copy to clipboard operation
pytorch-fid copied to clipboard

FID for COCO alike generated images

Open shreejalt opened this issue 4 years ago • 1 comments

Hi, Thanks for your work, I had one doubt regarding FID Score. Now if I want to train the GAN to generate the COCO alike datasets, then can I use the pretrained Inception net for that?

Logically, it should not be the case as the backbone training is itself very different from COCO like datasets.

Also, instead of InceptionNet, can I take any backbone trained on object detection on COCO or VOC and then take that as my network for the evaluation of the same?

Thanking you in advance

shreejalt avatar Jul 15 '21 05:07 shreejalt

Hi @shreejalt, has your understanding changed since your above comment? I have the similar question to myself on the importance of pretrained inception network if the dataset is much different from the data that these models were trained on.

vanga avatar Nov 29 '21 15:11 vanga