tensorturtle / classy-sort-yolov5

Ready-to-use realtime multi-object tracker that works for any object category. YOLOv5 + SORT implementation.
GNU General Public License v3.0
110 stars 29 forks source link

Can this code be more gently predicated on the small box size? #16

Closed YoungjaeDev closed 1 year ago

YoungjaeDev commented 2 years ago

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?

tensorturtle commented 2 years ago

@youngjae-avikus Unfortunately no, the box area is not a factor in this current implementation.

YoungjaeDev commented 2 years ago

@tensorturtle Hi! The results of the experiment showed that in my case, I lowered the variance for bbox prediction and it improved