# head-shoulder-detection **Repository Path**: dadaonet/head-shoulder-detection ## Basic Information - **Project Name**: head-shoulder-detection - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Dependence imutils `sudo pip install imutils` python-opencv `sudo pip install python-opencv` scikit-learn `sudo pip install scikit-learn` scikit-image `sudo pip install scikit-image` ## Install ``` git clone git@github.com:BUPTLdy/human-detector.git cd human-detector/object_detector python python detector.py ``` ## Detail in Chinese [Human Detection using HOG-Linear SVM in Python](http://buptldy.github.io/2016/04/01/2016-04-01-Human%20Detection/) ## Result Before NMS: ![](http://7xritj.com1.z0.glb.clouddn.com/16-5-27/45995282.jpg) ![](http://7xritj.com1.z0.glb.clouddn.com/16-5-27/13402395.jpg) After NMS: ![](http://7xritj.com1.z0.glb.clouddn.com/16-5-27/43202553.jpg) ![](http://7xritj.com1.z0.glb.clouddn.com/16-5-27/41627345.jpg)