Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
16 lines (12 loc) · 765 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 765 Bytes

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