object detection using deep learning and multi-object tracking
The work here is based on the following literature available:
- http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf
- https://www.pyimagesearch.com/2018/07/23/simple-object-tracking-with-opencv/
- https://github.com/Wenuka/correlationTracker
- Caffemodel zoo
- 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.
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.