Skip to content

pinguinonice/pedestrian-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pedestrian-detector

Demo

Detects pedestrians in webcam live stream or video.

Results are transformed in xy-plane using a homography.

Activity in defined area is monitored

Contains 3 algorithms to detect pedestrians:

Yolo v2

Best results but also the slowest

(heavily influence by this

Requiers:

See YouTube for Results.

Also TownCenterXVID.avi

HoG and SVM

Includes non-maximum suppression

See YouTube for Results.

Also TownCenterXVID.avi

Haar features and Cascade

Fast but inaccurate.

See YouTube

Also TownCenterXVID.avi

no backwards homography yet

Includes non-maximum suppression.

About

🕺 Detects pedestrian in webcam live stream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published