Skip to content

In this repository track the object what is speed of object.

Notifications You must be signed in to change notification settings

anandraj8756/opencv_object_tracking

Repository files navigation

Opencv-Object-Tracking

In this repository track the object what is speed of object frame per second(FPS).


run the program go to the terminal and type:

python opencv_object-tracker.py --video 02.mp4 --tracker csrt


you can replace csrt algorithm with another because in Opencv total seven algorithm exits:

Use CSRT when you need higher object tracking accuracy and can tolerate slower FPS throughput


Use KCF when you need faster FPS throughput but can handle slightly lower object tracking accuracy


Use MOSSE when you need pure speed


1.csrt

2.mosse

3.kcf

4.tid

5.medianflow

6.mil

7.boosting

OUTPUT01:


OUTPUT02:


OUTPTU03:


OUTPUT04:


OUTPUT05:

DONE!!!!!!!