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

PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]

Results 36 clean-fid issues
Sort by recently updated
recently updated
newest added

I want to cleanly calculate the FID score because I had some differences due to resizing. I appreciate the work you have done to make the process more consistent. I...

Can I create custom dataset statistics to compute KID? In my trial, after `make_custom_stats`, the invoking of `compute_fid` works fine but `compute_kid` tries to download the statistics: ```bash >>> fid.compute_kid('sunglasses/0',...

Hello, thanks for the great work and the package. Are there any plans to release ImageNet-1k statistics? if not, I can try to do it, and provide the steps to...

I am trying to compute KID, but it is generating negative values. Can KID be a negative number? Here is the code that I used: ` from cleanfid import fid...

Hi! Uppercase JPEG extension ignored by get_folder_features I've noticed this issue while making custom statistics from a folder with .JPEG files. It seems like it has been thought of here...

for the Line 391 and 396 in compute_kid(), I think the 'None' should actually be 'feat_model' https://github.com/GaParmar/clean-fid/blob/55ec1683ce3b2615bdbee12cb611f6ea0dc6457f/cleanfid/fid.py#L391

When I download one from internet, how can I use it directly.

Hi, I am facing the Imaginary component issue unless I have more than 2048 images in each folder. I use this line of code to compute it. `fid_score = fid.compute_fid(source,...

May I ask what will be the difference if I directly call the function instead of clarifying its mode?

I tried fid.compute_fid function with cifar10 dataset. It went perfectly until last week. Seem like the dataset's URL is no longer supported. Does anyone have the same error as me?...