- Go to http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html
- In the Downloads section, select Align&Cropped images.
- In the dropbox page that follows, download the Anno, Eval and Img folders.
- Copy these folders to
Colorful/data/raw. - Extract the zip files.
You should have the following folder structure:
├── Anno
├── list_attr_celeba.txt
├── list_bbox_celeba.txt
├── list_landmarks_align_celeba.txt
├── list_landmarks_celeba.txt
├── Eval
├──list_eval_partition.txt
├── img_align_celeba
├──lots of images
python make_dataset.py
positional arguments:
list_datasets List of dataset names. Choose training, validation or
test
optional arguments:
-h, --help show this help message and exit
--img_size IMG_SIZE Desired Width == Height
--do_plot DO_PLOT Whether to visualize statistics when computing color
prior
Example:
python make_dataset.py --img_size 64