Skip to content

knok/vroid-download

Repository files navigation

vroid download

VOICEROID素材まとめWikiから画像を取得 (サムネイル画像のみ、zipは扱わない)

HTMLの取得

python get_vroid_html.py

サムネイルの取得

python get_images.py

顔画像領域を認識

python face-cut-raw.py

faces/ 以下にファイルが生成される。

lbpcascade_animeface.xml が必要

wget https://raw.githubusercontent.com/nagadomi/lbpcascade_animeface/master/lbpcascade_animeface.xml 等で取得。

詳細はnagadomi/lbpcascade_animeface: A Face detector for anime/manga using OpenCVを参照。

64x64にリサイズ

./resize.sh

fixed/ 以下にファイルが生成される。

利用

Lightweight GANの例:

lightweight_gan --data fixed --image-size 64 --aug-prob 0.25

ライセンス

LICENSE

  • GPL 2 or later or MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published