Real-Time Object Tracker written in Python using dlib and OpenCV
To run the code using a video file use the following command line argument --
python tracker+detection.py -v <path-2-video-file>
To run the code using live video use the following command line argument --
python tracker+detection.py -d <device-id>