GaParmar / clean-fid

PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
https://www.cs.cmu.edu/~clean-fid/
MIT License
894 stars 68 forks source link

Save custom stats in lowercase to match the loading code #34

Closed YotamNitzan closed 1 year ago

YotamNitzan commented 1 year ago

The code loading pre-computed stats assumes lower-case namings.

Change code saving the stats to make it compatible to this assumption.