abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.92k stars 1.09k forks source link

Object bbox ratio change a lot, tracker lost it #112

Open www7890 opened 4 years ago

www7890 commented 4 years ago

HI, Thanks for such a simple but great work. Sort works fine for me! But still I met a problem which is tracker lost it's target when the targets bbox aspect ratio change a lot immediately. eg. while a car nearby us drives in our driveway, it shows more car side so aspect ratio change a lot.

My question is that aspect ratio still assume to be a constant as the same in paper? or it has been set to w/float(h) just like what it is in your code Sort.py.

If it has been set aspect ratio to w/h, then do you have any idea how to fix what I am facing with? Thank you so much!

nguyenquyem99dt commented 2 years ago

I have the same issue.