Skip to content

Object detection and tracking process using a pre-trained model for detection.

Notifications You must be signed in to change notification settings

arsalanu/ObjectDetectionAndTracking

Repository files navigation

Object detection and tracking process using a pre-trained model for detection. The focus of this project is more on using the detections as a priori information to track objects moving through camera frames.

Note: This was mostly tested on camera feeds of people a few metres from the camera, so there may be some lag when using it for front-on webcam testing. The tracking algorithm used is the Kalman Filter for adaptive gaussian based motion prediction.

  • Will add more details later.

References for filter design: https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python https://github.com/kcg2015/Vehicle-Detection-and-Tracking https://arxiv.org/pdf/1910.03558.pdf

About

Object detection and tracking process using a pre-trained model for detection.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages