Skip to content

HozifaWasfy/attribute_face_generation_with_proGANS

Repository files navigation

Conditional Pro GANs for Face Generation

Overview

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.

Results

Faces with different features

Features

  • 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.

Getting Started

Prerequisites

  • Python 3
  • PyTorch
  • see requirments.txt

Installation

  1. Clone this repository:
    git clone this repo
    cd attribute_face_generation_with_proGANS
  2. Download the pretrained weights from generator, discriminator
  3. Explore the model with the test jupyter notebook

About

My university thesis work in implementing conditional ProGANs to generate faces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors