├── LICENSE ├── README.md ├── img └── teaser.png └── mapper ├── coach.py ├── evaluate.py ├── latent_mappers.py └── stylegan.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/README.md -------------------------------------------------------------------------------- /img/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/img/teaser.png -------------------------------------------------------------------------------- /mapper/coach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/mapper/coach.py -------------------------------------------------------------------------------- /mapper/evaluate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/mapper/evaluate.py -------------------------------------------------------------------------------- /mapper/latent_mappers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/mapper/latent_mappers.py -------------------------------------------------------------------------------- /mapper/stylegan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zipengxuc/PPE/HEAD/mapper/stylegan.py --------------------------------------------------------------------------------