(New version of the code using ResNets will be provided soon to reproduce results in the latest verision of our paper: https://arxiv.org/pdf/1711.05175.pdf)
- Classification results on CelebA facial attributes
- Use of ResNets to improve image quality
- Download the celebA dataset from http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
- Install dependancies listed in requirements.txt
- You will also need pyTorch which may be downloaded from http://pytorch.org
- Run the jupyter notebooks to get the data tensors xTrain.npy and yAllTrain.npy and move them in to folder celebA/InData/
- The code may be run from cmd line with various options detailed in the code