sort icon indicating copy to clipboard operation
sort copied to clipboard

Simple, online, and realtime tracking of multiple objects in a video sequence.

Results 110 sort issues
Sort by recently updated
recently updated
newest added

Hi @abewley , thanks so much for this code. I'm trying to count the fish passing through these kind of videos [this video](https://drive.google.com/drive/folders/1beahy_W5UbKfxfCYP9tFyGlA-lB0xB0b). I'm using yolov4 to detect, and I'm...

Trying to use sort for my project however when I run `from sort import *` kernel dies. Any idea what might be causig this?

Hi, Thank you for sharing this helpful tracking algorithm. I have a question about the tracker IDs. I have a sequence of object's bounding boxes and I create a while...

When you have lots of objects belonging to a different class, this will only run sort on objects of the same class. This can be combined with YOLO to track...

Thanks for the useful repository. I combined the sort algorithm with an object detection(YOLOV3), I run the application at 30 fps but my video feed is **10fps**. I noticed when...

Having generated unique ID of the tracked object along with the bounding box helps better visualize the tracking.

Hi, I have a question. How to get det.txt file? Using by detection ? Give me a information about det.txt file.

Hi i am using Alexeys darknet python wrapper. It would be nice if i can use [x, y, w, h] as input and also output variables for the bounding boxes,...

I have seen that the tracker works with frames epochs, I want to change it and work with time tags. For example, use trk.time_since_update with seconds instead of frame counter....