deep_sort icon indicating copy to clipboard operation
deep_sort copied to clipboard

Simple Online Realtime Tracking with a Deep Association Metric

Results 134 deep_sort issues
Sort by recently updated
recently updated
newest added

Hi, could I use the DeepSORT model with a custom YOLOv5 model? Because I faced some error when I tried it. Thanks

I've used the SORT following this instruction: https://github.com/abewley/sort#using-sort-in-your-own-project I wonder can I use a similar way in my own project like I did with the SORT?

Thanks for sharing your work. I want to use Kalman filter with this input : (x, y, vx, vy). Contains the bounding box center position (x, y) and their respective...

HI I am having the following issues: 1.In deep sort tracker if a Person -A is assigned an id 1. The person then leaves the frame. After few second the...

Hello Thanks for sharing your work. I want to concatenate iou distance and appearance distance in a weighted sum way, in first step association. I done it by editing "tracker.py"...

Can we use the method for other objects such as cars, bikes?

Hello, So I'm working on this project on which I should detect moving object throughout a street lamp view camera, and for that I need to save tracking id of...

When using the yolo.predict() function, there is an exception being returned saying that "steps" argument needs to be specified. In the method implementations, the steps argument has been set to...