celebAの公式ダウンロードサイト(http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html)からデータをダウンロードできない.Dropboxの通信料制限が問題になっている模様.
そこでgithubにUpされている別リポジトリのコードを使って,celebAのダウンロードを行う.
@Ubuntu16
apt-get install git
sudo pip install requests
git clone https://github.com/carpedm20/DCGAN-tensorflow
cd DCGAN-tensorflow
python download.sh celebA
⇒ data/img_align_celeba.zip にcelebAが保存される.
============================
As of 2018 / Nov. / 11, data can not be downloaded from the official download site of celebA (http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html).
It seems that Dropbox’s communication fee restriction is becoming a problem.
There, download celebA using the code of another repository uploaded to github.
@ Ubuntu 16
apt-get install git
sudo pip install requests
git clone https://github.com/carpedm20/DCGAN-tensorflow
cd DCGAN-tensorflow
python download.sh celebA
celebA is saved in data/img_align_celeba.zip.
コメント