-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bodys #30
Comments
Thanks for your interests. There are two considerations. From the data perspective, a clean and well-aligned anime characters(with body) dataset is required. My current dataset is not enough for training a GAN with bodies. I will investigate more on body generation after I finish the high-res face generation model. |
thank you Aixile |
If you need a large dataset for this I'd suggest you take a look into the Nico-Illust and Danbooru2017 datasets. They both seem to be quite capable for GAN training data, as well they both have large amounts of metadata which should trivialize the task of sorting them out. |
Apropos of Danbooru2017, I've had good luck using Nagadomi's face extraction tool on it. The other day I was able to extract ~7000 pics of a single character (Asuka from Evangelion) face, remove duplicates with I began training OpenAI's Glow and Nvidia's ProGAN on it; the ProGAN is going very nicely, and I didn't need any data augmentation, but if I do, it'll expand the dataset even further. So that might be a good strategy for MakeGirlsMoe: create something like a body locator, extract a few million samples from Danbooru2017, use Waifu2x to upscale to target size as necessary, ???, profit. |
maybe can be option to add body generate too i can help with money if needed
The text was updated successfully, but these errors were encountered: