sort
sort copied to clipboard
Simple, online, and realtime tracking of multiple objects in a video sequence.
ID of same objects keeps increesing across frames. I want to same object mantain same id. HELP PLS For example car with ID 10 in 1. frame, has 41 in...
HI , How can i use this application to track objects using my camera with live feed .
Hi, @abewley The following link is invalid, please update it,thanks. Download the 2D MOT 2015 benchmark dataset https://motchallenge.net/data/2D_MOT_2015/#download
I believe this is the correct link now: https://motchallenge.net/data/MOT15/.
Say I have an object and for one reason or another its track changes from 1 to 2, but on my end I also determine that 1 and 2 are...
Hello sir @abewley. I have some issues regarding : ``` 1)Create a symbolic link to the dataset $ ln -s /path/to/MOT2015_challenge/data/2DMOT2015 mot_benchmark. ``` I have downloaded the dataset and when...
Hello! I have an issue tracking id of an object change with a gap at one frame id is 2 or 3 in the next frame new object assigned with...
If we draw a box around an object will it track the object, without detecting the objects in consecutive frames.
In line 147 of sort.py is a call to sklearn 'linear_assignment' This throws this message DeprecationWarning: The linear_assignment function is deprecated in 0.21 and will be removed from 0.23. Use...
For the visualization purpose, is it possible to return the predicted bounding boxes when the track is "alive" but lost the detection temporarily?