aodonnell / GAN

Matlab implementation of a Generative Adversarial Network
21 stars 8 forks source link

GAN

First portion of my ECE4553 project. Uses a MATLAB implementation of a Generative Adversarial Network in order to generate faces. The GAN itself was motivated by https://github.com/sunghbae/dcgan-matconvnet

Data of cropped celebrity faces can be retrieved from the following link. You will need to make sure it is extracted and properly named in accordance with the MATLAB script. Data is a cropped and center alligned version of the CelebA dataset. The original images are available at the MMLAB website (University of China in Hong Kong, Multimedia Lab). https://drive.google.com/file/d/11B2GXslOYFHMSSytj6COVkaTvC0JHfCR/view?usp=sharing

Here's a link to the paper outlining our results: Open PDF.