• Stars
    star
    125
  • Rank 286,335 (Top 6 %)
  • Language
    Python
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Human Detection using HOG-Linear SVM in Python

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 [email protected]:BUPTLdy/human-detector.git
cd human-detector/object_detector
python python detector.py

Detail in Chinese

Human Detection using HOG-Linear SVM in Python

Result

Before NMS:

After NMS: