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

Can sort algorithm be applied for obb box (rotated rect) ? #133

Open fan-chao opened 3 years ago

fan-chao commented 3 years ago

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.