Skip to content

Latest commit

 

History

History

face_gan

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Generative adversarial networks

The Celeb-A Faces dataset is used.

The Celeb-A Faces dataset can be downloaded at the linked site, or in Google Drive. The dataset will be used is "img_align_celeba.zip". Once downloaded, create a directory named "data" and extract the zip file into that directory. The dataroot is by default set to dataroot="data". The resulting directory structure should be:

face_gan/data/img_align_celeba
    -> 000001.jpg
    -> 000002.jpg
    -> 000003.jpg
    -> 000004.jpg
           ...

alt text