1. extract_faces.ipynb
- data cleaning2. pytorch.ipynb
- training, validation3. eval.ipynb
- testing, visualization of results
To run main.py
or webpage.py
, you need the model files. You can either:
- download the pretrained models here:
OR
- download the CelebA dataset and train your own models by running the
notebooks
in order