Fast-AgingGAN
A deep learning model to age faces in the wild, currently runs at 60+ fps on GPUs
File Explorer
Download Latest Version (.zip)- aging_gan.yaml
- __init__.py
- preprocess_cacd.py
- preprocess_utk.py
- state_dict.pth
- .gitignore
- dataset.py
- gan_module.py
- infer.py
- LICENSE
- main.py
- models.py
- README.md
- requirements.txt
- timing.py
# Installation Guide
1. Get the code
git clone https://github.com/HasnainRaz/Fast-AgingGAN
Downloads the entire project code from GitHub to your computer.
cd Fast-AgingGAN
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python main.py
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
