Skip to content

object detection using deep learning and multi-object tracking

License

Notifications You must be signed in to change notification settings

nsabir2011/multi-object-tracker

 
 

Repository files navigation

multi-object-tracker

object detection using deep learning and multi-object tracking

The work here is based on the following literature available:

  1. http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf
  2. https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/
  3. https://github.com/Wenuka/correlationTracker
  4. Caffemodel zoo
  5. Caffemodel zoo GitHub

Use the caffemodel zoo from the reference [4,5] mentioned above to vary the CNN models and Play around with the codes.

Install OpenCV

Pip install for OpenCV (version 3.4.3 or later) is available here and can be done with the following command:

pip install opencv-contrib-python

NOTE: The algorithm shared in this repository was programmed and tested on Windows PC.

About

object detection using deep learning and multi-object tracking

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%