Skip to content

Detect humans in real-time, image or video and count the detected people using OpenCV and HOG Descriptor

Notifications You must be signed in to change notification settings

VyjayanthiPolapragada/Human_Detection_HOG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Human Detector

Detect humans in real-time, image or video and count the detected people using OpenCV and HOG Descriptor

HOG (Histogram of Oreinted Gradient) - a feature descriptor used with OpenCV for object detection The algorithm of HOG Descriptor is combined with SVM (Support Vector Machine) in OpenCV and this pre-trained model is used to detect people from the given file

Different functions are used for this detection:

  1. human_detection.py: contains different functions implemented depending on the file format uploaded
  2. main.py: main python code combining easygui to upload image/video and pass the arguments to detect people from the same

Libraries used: opencv,imutils,numpy,os,easygui

Releases

No releases published

Packages

No packages published

Languages