Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 986 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 986 Bytes

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