YOLOv3-KCF-Fast-Object-Tracker
YOLOv3-KCF-Fast-Object-Tracker copied to clipboard
A fast object tracking pipeline that uses a combination of YOLO's accurate detection and KCF's fast tracking to track a particular object from the Coco dataset
Results
2
YOLOv3-KCF-Fast-Object-Tracker issues
Sort by
recently updated
recently updated
newest added
trafficstars
Hello again. I have tried running the track.py, but this is what i got ``` Traceback (most recent call last): File "tracker.py", line 25, in tracker=cv2.TrackerKCF_create() AttributeError: module 'cv2' has...