PiHuman
Let's test and compare human detections of OpenCV and Dlib
OpenCV version
Nice code from : http://www.pyimagesearch.com/2015/11/09/pedestrian-detection-opencv/.
See also http://www.pyimagesearch.com/2014/11/10/histogram-oriented-gradients-object-detection/ for some background of HOG-based object detection.
-
Install OpenCV
-
Install required packages
pip install imutils- run like this.
python detectHuman.py -i [FOLDER NAME OF IMAGES]Dlib version
Datasets to test
-
INRIA Person Dataset http://pascal.inrialpes.fr/data/human/
-
More challenging datasets...