zero-shot-object-tracking
zero-shot-object-tracking copied to clipboard
Object tracking implemented with the Roboflow Inference API, DeepSort, and OpenAI CLIP.
This commit has added the files 1. To extract different parameters from the detection. 2. To allow running multiple videos on multiple GPUs.
# Description Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.). List any...
Thanks for this video , I tried to use this code : !python clip_object_tracker.py --source /content/zero-shot-object-tracking/data/video/Turkey.mp4 --url https://detect.roboflow.com/video-track/2 --api_key *********** --info but this issue appears: video 1/1 (23/1351) /content/zero-shot-object-tracking/data/video/Turkey.mp4: [Detections]...
this tracker code does not work with the last version of yolo... I mean YOLOv8. could you please help in order to use zero-shot-object-tracking with yolov8 detector?
Bumps [requests](https://github.com/psf/requests) from 2.26.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...
Is there an easy way to setup the object tracker to track object classes outwith the COCO-128 dataset? I have a trained YOLOv5 model with weights _yolo5_custom.pt_ trained on a...
Hello. Your object tracker looks great works perfectly with python scripts! Do you have the same object tracker but for mobile version written in Kotlin? Or can you give some...
Models created/trained with latest version of YoloV5 don't load with this repo code. The YoloV5 code you have needs to be updated.
adding these two classes for running yolov7 +ReOrg +IAuxDetect Bug fix (non-breaking change which fixes an issue)
I get this error when running: !python clip_object_tracker.py --source ./data/video/videolife.mp4 --detection-engine yolov5 --weights ./models/best2.pt --info Can't get attribute 'DetectionModel' on  * best2.pt is yolov5 trained weights (ultralytics yolov5 v6)...