All Projects β†’ bchao1 β†’ Anime Face Dataset

bchao1 / Anime Face Dataset

πŸ–Ό A collection of high-quality anime faces.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Anime Face Dataset

Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+496.69%)
Mutual labels:  anime, image-generation
mSRGAN-A-GAN-for-single-image-super-resolution-on-high-content-screening-microscopy-images.
Generative Adversarial Network for single image super-resolution in high content screening microscopy images
Stars: ✭ 52 (-80.88%)
Mutual labels:  gan, image-generation
Semantic Pyramid for Image Generation
PyTorch reimplementation of the paper: "Semantic Pyramid for Image Generation" [CVPR 2020].
Stars: ✭ 45 (-83.46%)
Mutual labels:  gan, image-generation
Deep learning projects
Stars: ✭ 28 (-89.71%)
Mutual labels:  dataset, gan
MNIST-invert-color
Invert the color of MNIST images with PyTorch
Stars: ✭ 13 (-95.22%)
Mutual labels:  gan, image-generation
Fashion Mnist
A MNIST-like fashion product database. Benchmark πŸ‘‡
Stars: ✭ 9,675 (+3456.99%)
Mutual labels:  dataset, gan
anime2clothing
Pytorch official implementation of Anime to Real Clothing: Cosplay Costume Generation via Image-to-Image Translation.
Stars: ✭ 65 (-76.1%)
Mutual labels:  anime, gan
Swapnet
Virtual Clothing Try-on with Deep Learning. PyTorch reproduction of SwapNet by Raj et al. 2018. Now with Docker support!
Stars: ✭ 202 (-25.74%)
Mutual labels:  gan, image-generation
ADL2019
Applied Deep Learning (2019 Spring) @ NTU
Stars: ✭ 20 (-92.65%)
Mutual labels:  gan, image-generation
Deep-Exemplar-based-Video-Colorization
The source code of CVPR 2019 paper "Deep Exemplar-based Video Colorization".
Stars: ✭ 180 (-33.82%)
Mutual labels:  gan, image-generation
Inpainting gmcnn
Image Inpainting via Generative Multi-column Convolutional Neural Networks, NeurIPS2018
Stars: ✭ 256 (-5.88%)
Mutual labels:  gan, image-generation
AsymmetricGAN
[ACCV 2018 Oral] Dual Generator Generative Adversarial Networks for Multi-Domain Image-to-Image Translation
Stars: ✭ 42 (-84.56%)
Mutual labels:  gan, image-generation
Pytorch Cyclegan And Pix2pix
Image-to-Image Translation in PyTorch
Stars: ✭ 16,477 (+5957.72%)
Mutual labels:  gan, image-generation
Onepiece Kg
a knowledge graph project for ONEPIECE /γ€Šζ΅·θ΄ΌηŽ‹γ€‹ηŸ₯θ―†ε›Ύθ°±
Stars: ✭ 123 (-54.78%)
Mutual labels:  dataset, anime
Paddlegan
PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, wav2lip, picture repair, image editing, photo2cartoon, image style transfer, and so on.
Stars: ✭ 4,987 (+1733.46%)
Mutual labels:  gan, image-generation
Deep learning Coloring-Anime-image-and-satellite-image-house-damge-level-colorized
No description or website provided.
Stars: ✭ 16 (-94.12%)
Mutual labels:  anime, gan
Storygan
StoryGAN: A Sequential Conditional GAN for Story Visualization
Stars: ✭ 184 (-32.35%)
Mutual labels:  gan, image-generation
Arbitrary Text To Image Papers
A collection of arbitrary text to image papers with code (constantly updating)
Stars: ✭ 196 (-27.94%)
Mutual labels:  gan, image-generation
automatic-manga-colorization
Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:
Stars: ✭ 20 (-92.65%)
Mutual labels:  gan, image-generation
lecam-gan
Regularizing Generative Adversarial Networks under Limited Data (CVPR 2021)
Stars: ✭ 127 (-53.31%)
Mutual labels:  gan, image-generation

Anime-Face-Dataset

The dataset can be found here: https://drive.google.com/file/d/1HG7YnakUkjaxtNMclbl2t5sJwGLcHYsI/view?usp=sharing

Samples

Disclaimer

This dataset should only be used for educational purposes. Please cite me or this repo if you use this dataset in your projects, research papers, and etc.

Author

Mckinsey666

Dataset Description

This is an dataset consisting of 63632 high-quality anime faces scraped from www.getchu.com, which are then cropped using the anime face detection algorithm in https://github.com/nagadomi/lbpcascade_animeface. Images sizes vary from 90 * 90 ~ 120 * 120 (you can simply rescale them before using them).

Compared to other widely used datasets (such as the danbooru dataset, which is actually quite a mess), this dataset contains high quality anime character images with clean background and rich colors.

However, few outliers are still present in the dataset:

  • Bad cropping results
  • Some non-human faces.

Feel free to contribute to this dataset by adding images of similar quality or adding image labels.

Source Code

I made the web-scraping and face-detection code open-source. Make modifications as you wish. To scrape the pictures directly from the website and detect the faces on your own, type the following commands:

git clone https://github.com/Mckinsey666/Anime-Face-Dataset.git
cd Anime-Face-Dataset/src
python3 scrape.py
python3 detect.py

The scraped images will be in the /src/images folder, while the cropped images (character faces) will be in the /src/cropped folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].