All Projects → kosuke1701 → AnimeCV

kosuke1701 / AnimeCV

Licence: MIT license
Pretrained computer vision tools for illustrations.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to AnimeCV

OpenCV-Anime-Face-Detector
Using OpenCV to detect and mark face and eye features in videos and images. Anime and manga faces are also detected.
Stars: ✭ 20 (-9.09%)
Mutual labels:  anime, face-detection
Face Tracking With Anime Characters
Hello! I have made a Python project where YURI from the game doki doki literature club accesses the webcam and stares directly into the players soul. Hope you enjoy!
Stars: ✭ 320 (+1354.55%)
Mutual labels:  anime, face-detection
Anime Face Detector
A Faster-RCNN based anime face detector implementation using tensorflow.
Stars: ✭ 117 (+431.82%)
Mutual labels:  anime, face-detection
morghulis
No description or website provided.
Stars: ✭ 18 (-18.18%)
Mutual labels:  face-detection
Detect-Facial-Features
Code example demonstrating how to detect eyes, nose, lips, and jaw with dlib, OpenCV, and Python
Stars: ✭ 42 (+90.91%)
Mutual labels:  face-detection
anime biggan toy
Generate Amazing Anime Pictures With BigGAN. Just Have Fun !!!
Stars: ✭ 140 (+536.36%)
Mutual labels:  anime
Mal4J
Java wrapper for the official MyAnimeList API
Stars: ✭ 23 (+4.55%)
Mutual labels:  anime
MAL-Map
Cluster and visualize relationships between anime on MyAnimeList
Stars: ✭ 201 (+813.64%)
Mutual labels:  anime
SmartImage
Reverse image search tool (SauceNao, ImgOps, trace.moe, and more)
Stars: ✭ 346 (+1472.73%)
Mutual labels:  anime
frontend-face-detection
a demo of frontend-face-detection
Stars: ✭ 23 (+4.55%)
Mutual labels:  face-detection
Handwritten-Names-Recognition
The goal of this project is to solve the task of name transcription from handwriting images implementing a NN approach.
Stars: ✭ 54 (+145.45%)
Mutual labels:  character-recognition
pigo-wasm-demos
Webassembly demos showcasing the Pigo face detection library.
Stars: ✭ 47 (+113.64%)
Mutual labels:  face-detection
latent space adventures
Buckle up, adventure in the styleGAN2-ada-pytorch network latent space awaits
Stars: ✭ 59 (+168.18%)
Mutual labels:  anime
MaCoPiX
Mascot Constructive Pilot for X
Stars: ✭ 57 (+159.09%)
Mutual labels:  anime
align iranian national id card
A program to align rotated id cards and extract user data from it.
Stars: ✭ 48 (+118.18%)
Mutual labels:  face-detection
myphotoshare
MOVED TO GITLAB! --- A Web 2.0 Photo Gallery Done Right via Static JSON, Dynamic Javascript and a bit of php for sharing
Stars: ✭ 12 (-45.45%)
Mutual labels:  face-detection
animeworldz
Anime Streaming App
Stars: ✭ 47 (+113.64%)
Mutual labels:  anime
face-mask-detector
Detecting face mask with OpenCV and TensorFlow. Using simple CNN or model provided by TensorFlow as MobileNetV2, VGG16, Xception.
Stars: ✭ 19 (-13.64%)
Mutual labels:  face-detection
Anime-List
展示新番的清單
Stars: ✭ 43 (+95.45%)
Mutual labels:  anime
VideoFaceDetection
Face Detection with Android
Stars: ✭ 0 (-100%)
Mutual labels:  face-detection

AnimeCV

Pretrained computer vision tools for anime style illustrations. 日本語README

Getting started

Install AnimeCV by pip:

pip install git+https://github.com/kosuke1701/AnimeCV.git

Features

Near Human-Level Character Identification

The task is to identify which character is depicted in a picture given a set of reference pictures for each character. Example code

  • Update on 2021.01.11
    • I released new pre-trained model for character face embedding!
    • See release and demo Open In Colab.
  • Update on 2021.02.07
    • I released new pre-trained models for character face embedding.
    • The models are trained on ZACI-20, a public zero-shot character identification dataset.
    • The best model achieves near human-level performance with only 1.5 times larger error rate than that of humans.
    • You can load this model by using animecv.general.create_OML_ImageFolder_Encoder(model_directory_name).
    • Download models from release.

Object detection

The task is to detect objects in a picture and return bounding boxes around the objects.

Note

All models are trained on datasets which mainly consists of Japanese anime style illustrations. Thus, it may not perform well on illustrations with other styles.

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].