rhythm92 / GirlsManifold

An attempt to replicate make.girls.moe using PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GirlsManifold

An attempt to replicate Towards the Automatic Anime Characters Creation with Generative Adversarial Networks using PyTorch

Install

Install opencv, scrapy, tqdm packages in Python 3.

Run

  1. Put erogamescape_sql_output.zip into data/. (The file could be found here.)
  2. Put lbpcascade_animeface.xml into data/.
  3. Run the following:
# parse sql files to get image URLs
./scripts/preprocess_sql.sh
# crawl faces via Scrapy
./scripts/crawl_faces.sh
# detect and crop faces
./scripts/process_faces.sh
# get labels of faces via illustration2vec
./scripts/get_face_labels.sh

About

An attempt to replicate make.girls.moe using PyTorch

License:MIT License


Languages

Language:Python 94.2%Language:Shell 5.8%