Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 549 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 549 Bytes

Lucas Kanade Tracker

Dependencies:

    1. Ubuntu 16.04
    2. python 3.5
    3. Python dependencies such as numpy
    4. OpenCV 3.4.9

Instructions to run program:

  • Navigate to the folder containing the python file
track.py
  • Enter the following command to run the code
python3 track.py --object <input-instance> --input <folder-location-for-input-images> --output <filename-for-video-output>
  • For object-instance, the options are baby, bolt and car
  • For output-file, give the filename with '.mp4' extension