classy-sort-yolov5
classy-sort-yolov5 copied to clipboard
Ready-to-use realtime multi-object tracker that works for any object category. YOLOv5 + SORT implementation.
Hi, Thanks for your repo with multi-class sort. Currently, sort outputs the following parameters: "frame_num, bbox_x1, bbox_y1, bbox_x2, bbox_y2, category, u_overdot, v_overdot, s_overdot, and identity". How can I add confidence...
The small box size seems to be shaking a lot, do you already have a predict in consideration of the box size in the Kalman filter?
I want to track multiple videos, using a for loop to create a new Sort class for each one, but the IDs keep adding up instead of starting at 1.
Thanks for your great work! Could you please tell me that what's the meaning of the values of each column in the file "result.txt"? Can this algorithm calculate the speed...
I try to save_txt to make a mot15 det file, but there is a problem that model can't detect any of it I tested it with the command below ```bash...