Git Product home page Git Product logo

mutual-ai / animal_detection_system Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 1.0 12 KB

This is my Thesis. In this project we implemented and studied an Animal Detection System, aiming at both high detection accuracy and computational efficiency. Specifically, we propose a two-stage detection method. The reason we employ two machine learning algorithms is the reduction of the false-positive rate and the execution time required for the multi-scale detection procedure of an input image. In the first stage, we use the Histogram of Oriented Gradient (HOG) [1] descriptor and a Support Vector Machine (SVM) [2] classifier that provides the next stage with a set of regions of interest (ROI) containing target animals and other false positive targets. Subsequently, the second stage, rejects the false positive ROIs by using a Convolutional Neural Network (CNN) [3] classifier. To train and evaluate the animal detector, we use CIFAR-10 dataset [7]. The purpose of this method was to detect animals from images and videos captured in natural scenes. For our experiments we used deers as the animal of choice.

License: MIT License

Makefile 12.19% C++ 87.81%

animal_detection_system's Introduction

Animal_Detection_System

This is my Thesis. In this project we implemented and studied an Animal Detection System, aiming at both high detection accuracy and computational efficiency.

Specifically, we studied a two-stage detection method. The reason we employ two machine learning algorithms is the reduction of the false-positive rate and the execution time required for the multi-scale detection procedure of an input image. In the first stage, we use the Histogram of Oriented Gradient (HOG) descriptor and a Support Vector Machine (SVM) [2] classifier that provides the next stage with a set of regions of interest (ROI) containing target animals and other false positive targets. Subsequently, the second stage, rejects the false positive ROIs by using a Convolutional Neural Network (CNN) classifier. To train and evaluate the animal detector, we use CIFAR-10 dataset. The purpose of this method was to detect animals from images and videos captured in natural scenes. For our experiments we used deers as the animal of choice.

For the classification algorithms we made use of OpenCV and Caffe frameworks

animal_detection_system's People

Contributors

evmavrop avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

robgrzel

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.