Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 534 Bytes

File metadata and controls

15 lines (10 loc) · 534 Bytes

Object-Tracking

A simple object tracker using OpenCV. Made to get a better understanding of object tracking in OpenCV.

I have referred to this source for this project.

Usage

  Press 's' to select an object and hit 'ENTER'.

Note

If you encounter an error along the lines of:

AttributeError: module 'cv2.cv2' has no attribute 'TrackerCSRT_create'

install the opencv-contrib-python library using pip install opencv-contrib-python.