/Motion_track-and-Detection

Real-Time Object Tracker written in Python using dlib and OpenCV

Primary LanguagePython

Motion_track-and-Detection

Real-Time Object Tracker written in Python using dlib and OpenCV

Tracking using Video File

To run the code using a video file use the following command line argument --

python tracker+detection.py -v <path-2-video-file>

Tracking using Live Video

To run the code using live video use the following command line argument --

python tracker+detection.py -d <device-id>