jjeamin / CelebA_HQ_Downloader

Scripts for CelebA-HQ Dataset Download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CelebA_HQ_Downloader

Scripts for CelebA-HQ Dataset Download

Reference

  1. Make folder
cd CelebA_HQ_Downloader
mkdir celeba-hq
cd celeba-hq
mkdir celeba-64
mkdir celeba-128
mkdir celeba-256
mkdir celeba-512
mkdir celeba-1024
  1. Download Data
  1. Unzip CelebA
7za e img_celeba.7z.001
  1. Make Folder Structure
celebA/
  A/
    img_celeba/
    Anno/

  B/
    deltas00000.zip
    ...
    ...

CelebA_HQ_Downloader/
  h5tool.py
  ...
  1. Make a anaconda virtual environment
conda create --name python_2 python=2
source activate python_2
pip install scipy numpy Pillow cryptography
  1. Start ^_^
cd CelebA_HQ_Downloader
python h5tool.py create_celeba_hq 123456.h5 ../celebA/A ../celebA/B

About

Scripts for CelebA-HQ Dataset Download

License:Other


Languages

Language:Python 100.0%