Coder Social home page Coder Social logo

anime-detection's Introduction

Anime Character Recognition

An OpenCV based system that uses a Haar Cascade Classifier to detect facial features of Japanese anime characters in a given image file.

Dependencies

  • Linux Distro

  • Python 3.4+

  • OpenCV 3.2.0+ (If using a binary, ensure GTK support is enabled.)

  • googleimagesdownload (Install using pip3 install googleimagesdownload)

  • saucenao (Install from here)

Training the classifier

  1. Get positive images for the characters you want to train.

  2. Get negative images for the classifier.

  3. Create more positive samples by adding convolutions to the positive images and superposing them on the negative images.

  4. Train the classifier using the in-built OpenCV commands.

Running the script

  1. Add images you want to test in the test_set folder.

  2. Run python3 detect.py test_set/<image-name>. The script should detect the image and scrape similar images using Google Images and saucenao.

Credits

This article was very informative in explaining the training process for the Haar Cascade classifier.

anime-detection's People

Contributors

pranau97 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

rootkit

anime-detection's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.