image-eval
No description available.
File Explorer
Download Latest Version (.zip)- cmmd.png
- human_eval.gif
- jumpy_loss.png
- __init__.py
- encoders.py
- evaluators.py
- improved_aesthetic_predictor.py
- local_ab_test.py
- model_utils.py
- pairwise_evaluators.py
- fortune_teller.png
- julie.jpeg
- julie_gn_mean0_sigma100.jpeg
- julie_gn_mean0_sigma50.jpeg
- __init__.py
- evaluators_test.py
- .gitignore
- compare-two-images.py
- eval.py
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/Storia-AI/image-eval
Downloads the entire project code from GitHub to your computer.
cd image-eval
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install image-eval
Installs the package published on PyPI directly β no need to clone the source.
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
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 image-eval
Installs the package published on PyPI directly β no need to clone the source.
pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
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)
