Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

ObjectDetector uses OpenCV Haar cascade classifiers to detect different objects in images and videos with Python. For now, this repository includes my trained haar cascade classifier for detecting cars, the default haar cascade classifier for human faces (haarcascade_frontalface_default), a classifier for bananas from CodingRobin and a classifie…

Notifications You must be signed in to change notification settings

gale31/ObjectDetector

Repository files navigation

ObjectDetector

ObjectDetector uses OpenCV Haar cascade classifiers to detect different objects in images and videos with Python. For now, this repository includes my trained haar cascade classifier for detecting cars (using https://goo.gl/qS5rUD) , the default haar cascade classifier for human faces (haarcascade_frontalface_default), a classifier for bananas from CodingRobin (http://goo.gl/FlwRgC) and a classifier for wallclocks (http://goo.gl/X9eU88) which are used and tested in programs, detecting the objects from image/video, comparison between different human body parts classifiers and some other programs, which (will) help training the classifiers (for example, a program downloading the "cat box" synset images from ImageNet).

About

ObjectDetector uses OpenCV Haar cascade classifiers to detect different objects in images and videos with Python. For now, this repository includes my trained haar cascade classifier for detecting cars, the default haar cascade classifier for human faces (haarcascade_frontalface_default), a classifier for bananas from CodingRobin and a classifie…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published