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

Traceback (most recent call last): File "D:/work/yolact/eval.py", line 340, in prep_display track_bbs_ids = trakcer.update(current_dets) File "D:\work\yolact\sort.py", line 239, in update self.trackers[m[1]].update(dets[m[0], :]) IndexError: list index out of range Traceback (most...

why in the update the detections are associated with scores

Dear Dr. Bewley (@abewley) Good day. Sir, I have been working on a Hybrid Indoor Positioning system that uses overhead camera imagery to detect multiple people across a scene. I...

can i know fps for the entire program to run along with detection?

The video link in readme file is dead. Do you have access to the video elsewhere ?

We now have some obb detects, like https://captain-whu.github.io/DOTA/dataset.html. We want to track these obb detects. Can sort algorithm be applied for this type of rotated rects? Thanks.

Hey @abewley, Sometimes I'm getting negative values for BBox coordinates after the tracker update. Sometimes in x1, sometimes in x2. This is the output of `object_tracker.update` in my code ![Screenshot...

After checking the output for the MOT tracker update, I am getting negative values for the bounding box coordinates. y1 here is negative . Has anyone experienced this issue ?

I am trying to use SORT with YOLO. Some of the YOLO implementations have 6 arguments, while some have 7 in detection. How many does the SORT require?