ijager / PedestrianTracker

Tracking Pedestrians using HOG Features and a Particle Filter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%