This repository contains the implementation of conditional Progressive GANs (Generative Adversarial Networks) for face generation. The model allows the generation of synthetic faces with specific attributes controlled during the training process.
-
Conditional Generation: The model supports conditional face generation, allowing the control of various facial attributes such as age, gender and various face features.
-
Progressive Training: Utilizes a progressive training approach to generate high-resolution faces in a step-by-step manner.
-
Pytorch Implementation: Implemented using PyTorch, a popular deep learning framework.
- Python 3
- PyTorch
- see requirments.txt
- Clone this repository:
git clone this repo cd attribute_face_generation_with_proGANS - Download the pretrained weights from generator, discriminator
- Explore the model with the test jupyter notebook
