Skip to content
forked from JensonZhu14/AcGAN

The implement attention conditional GANs (AcGAN) model.

Notifications You must be signed in to change notification settings

kli-casia/AcGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Look globally, age locally: Face aging with an attention mechanism (AcGANs)

PyTorch implementation of the AcGANs algorithm.

1. The Architecture of AcGANs


Architecture of AcGAN

2. Prerequisites


  • Python 3.6

  • PyTorch 1.3.0

  • GPU

3. Dataset & Preparation


4. Training


Training a model by:

$ python main.py config/morph.yml

5. Results


  • Attention Results

  • attention_results

  • Results on the Morph Dataset

  • results_on_morph

  • Comparison of AcGANs, IPCGANs, and CAAE in the Morph Dataset

    comparison_result

6. Citation


7. License


AcGANs is freely available for free non-commercial use, and may be redistributed under these conditions. For commercial queries, contact Junping Zhang.

About

The implement attention conditional GANs (AcGAN) model.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%