mseitzer / pytorch-fid

Compute FID scores with PyTorch.
Apache License 2.0
3.34k stars 506 forks source link

concerning file paths and pickles #68

Closed mindblowingaiart closed 3 years ago

mindblowingaiart commented 3 years ago

for calculating the fid score, would you want to set the file path to the folders that contain the initialized .pkl file and the trained .pkl file in the other folder?

mseitzer commented 3 years ago

What .pkl files are you referring to? If you are talking about the pretrained statistics, these are .npz files, and it does not matter in which folder they are.

mindblowingaiart commented 3 years ago

Hi I want to find out the fid score of my trained stylegan models. There is the stylegan model before training, and one after and I want to figure out the difference between them or how accurate the training is. The models are .pkls.

mseitzer commented 3 years ago

I can not help you with this. Please ask the author of the stylegan model you are using.