yunjey / stargan

StarGAN - Official PyTorch Implementation (CVPR 2018)
MIT License
5.23k stars 970 forks source link

Ask for dataset #98

Open ReedZyd opened 5 years ago

ReedZyd commented 5 years ago

Well, I can't download the datasets. How can I get?

EricKani commented 5 years ago

I can't too..

LinglanZhao commented 5 years ago

You can download the data set manually in the following way:

  1. Download CelebFaces Attributes Dataset (CelebA) from http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html using Google Drive or Baidu Drive.
  2. Unzip CelebA/Img/img_align_celeba.zip and copy the resulting images to stargan/data/celeba/images.
  3. Copy CelebA/Anno/list_attr_celeba.txt to stargan/data/celeba.

Then you can train StarGAN on CelebA following the guide in README. @ReedZyd @EricKani

yunjey commented 5 years ago

@ReedZyd @EricKani You can download the CelebA dataset by running the command (in Linux): bash download.sh celeba. To manually download it, please use the dropbox link here.

EricKani commented 5 years ago

@yunjey @LinglanZhao Thanks for links~ I have downloaded the dataset succesfully.

amuchand47 commented 4 years ago

@ReedZyd @EricKani You can download the CelebA dataset by running the command (in Linux): bash download.sh celeba. To manually download it, please use the dropbox link here.

Thanks