Skip to content

ijager/PedestrianTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedestrian Tracker demo

This project demonstrates a simple pedestrian tracker using HOG features support vector machine and a particle filter. It is not very fast as it runs a HOG detection for every particle, every frame.

Files

  • trainer.py: run this to train a SVM on your training dataset
  • tracker.py: track pedestrians in your test data using the previously trained SVM
  • ParticleFilter.py: class that does the actual tracking
  • dataset.py/dalal.py/iccv07.py: scripts that read in different datasets

library dependencies

  • OpenCV2
  • numpy
  • matplotlib
  • sklearn

datasets

Screenshots

Screenshot Screenshot

About

Tracking Pedestrians using HOG Features and a Particle Filter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages