Skip to content

Implementations of different person detectors (Haar, HOG, Tensorflow Object Detection, etc.) implemented for evaluation purposes

Notifications You must be signed in to change notification settings

eduze/PersonDetectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Person Detectors

A collection of person detectors used for person detection, tracking and related image processing research and applications. At the moment this repo contains person detectors:

  • Harr cascade based person detector
  • HOG based person detector
  • Blob person detector
  • Mask RCNN (Object detection + segmentation based) person detector
  • Tensorflow Object detection based person detector
  • OpenPose tensorflow implementation based person detector

The main objective of this repository is to allow comparisons to be done on different person detectors.

Example

python DetectorPreview.py <path to test video> <detector>

detector can be one of haar, blob, mask, op, tfod, tfop and hog.

Contributors

Many thanks to Madhawa Vidanapathirana for working on evaluating these detectors.

About

Implementations of different person detectors (Haar, HOG, Tensorflow Object Detection, etc.) implemented for evaluation purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages