sort
sort copied to clipboard
Simple, online, and realtime tracking of multiple objects in a video sequence.
@abewley @sodabeta7 thanks for sharing the code , is it possible to track the bounding box as show below if not what is the changes have to been made in...
@abewley and @sodabeta7, I am giving input to sort a list of bounding boxes when sort execution is done it gives the result as bounding boxes with ids, but the...
As far as I can see, this project just saves markup and displays the results of the data , right? How can I get the tracking tag from the image...
I saw some people asking how to create `dets.txt`, and I was asking the same question myself. After digging up a little, I created a [script](https://github.com/kedpter/track_face_example). Hope it helps to...
I am trying to skip some frames for detection following this #22. But on giving empty detection list to sort.update() function gives error for this line: trk.update(dets[d,:][0]) IndexError: too many...
Hello. Love the library! However, it does not seem to run on Raspberry Pi or ARM unless I am doing something wrong. Seems like the filterpy or Numba libraries are...
I used the sort.py --display and ran the program ,the output of the tracking is not visible, by opening a new window. How to see the output of that?
I tried to return value pos[] / trk in class Sort() and even tried new function based on update function but it seems it can not return trk as seem....
Hello im using the sort.py and im getting this error ``` ret.append(np.concatenate((d,[trk.id+1])).reshape(1,-1)) # +1 as MOT benchmark requires positive TypeError: must be str, not int ``` i can not find...