clean-fid
PyTorch - FID calculation with proper image resizing and quantization steps [CVPR 2022]
File Explorer
Download Latest Version (.zip)- __init__.py
- clip_features.py
- downloads_helper.py
- features.py
- fid.py
- inception_pytorch.py
- inception_torchscript.py
- leaderboard.py
- resize.py
- utils.py
- wrappers.py
- clean_fid_demo.gif
- cleanfid_demo_folders.gif
- cleanfid_demo_leaderboard.gif
- demo_leaderboard.gif
- demo_leaderboard_cropped.gif
- fid_steps.jpg
- jpeg_effects.png
- jpeg_plots.png
- resize_circle.png
- resize_circle_extended.png
- table_resize_sc.png
- build.md
- datasets.md
- pytorch_fid.md
- tensorflow_fid.md
- device_handling_test.py
- .gitignore
- environment.yml
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/GaParmar/clean-fid
Downloads the entire project code from GitHub to your computer.
cd clean-fid
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install clean-fid
Installs the package published on PyPI directly — no need to clone the source.
pip install dist/*
Installs the package published on PyPI directly — no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install clean-fid
Installs the package published on PyPI directly — no need to clone the source.
pip install dist/*
Installs the package published on PyPI directly — no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
