We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose you have a folder named with path "D:/test", containing only one image "000391.png".
"D:/test"
"000391.png"
-D:/ -test:/ -000391.png
The following script
from cleanfid import fid if __name__ == "__main__": fid.make_custom_stats("test", "D:/test", mode="clean")
will have this output
(srkl2) PS D:\SRK-Diffusion> python -m clean-fid Found 2 images in the folder D:/test custom stats: test : 100%|███████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 2.48it/s] saving custom FID stats to F:\Anaconda\envs\srkl2\lib\site-packages\cleanfid\stats\test_clean_custom_na.npz saving custom KID stats to F:\Anaconda\envs\srkl2\lib\site-packages\cleanfid\stats\test_clean_custom_na_kid.npz
Which is inconsistent with the number of files contained under D:/test
D:/test
I am running on a windows11 machine with RTX 4090 GPU.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Suppose you have a folder named with path
"D:/test"
, containing only one image"000391.png"
.The following script
will have this output
Which is inconsistent with the number of files contained under
D:/test
I am running on a windows11 machine with RTX 4090 GPU.
The text was updated successfully, but these errors were encountered: