likhitha-dhanaraju / Object_tracker

Tracking of a single object or multiple objects in a video using Optical Flow, Mean Shift, Cam Shift, and various other functions of OpenCV. Implemented using Python.
1 stars 0 forks source link

VideoCapture() method not used in multiple_object tracker #1

Closed ImSahilShaikh closed 4 years ago

likhitha-dhanaraju commented 4 years ago

I have added it. thanks for pointing it out.

ImSahilShaikh commented 4 years ago

Your code is not working. I tried to run it, I got following error: Traceback (most recent call last): File "2.py", line 56, in rect_box = cv2.selectROI('Multitracker',frame) NameError: name 'frame' is not defined

likhitha-dhanaraju commented 4 years ago

It is working now. There were some issues. Please do check now.

ImSahilShaikh commented 4 years ago

Yes its working Fine, which resources you referred for multiobject tracking? can you please share?