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

Has anyone compared sort with dlib correlation tracker? #101

Open uysalmustafa opened 4 years ago

uysalmustafa commented 4 years ago

Which one is superior in terms of FPS and accuracy?

siddhantsahu commented 4 years ago

You can check out this repository for such a comparison. SORT is faster than correlation tracker. Morever, SORT is motion based tracking while dlib's correlation tracker is visual based.

For accuracy, you'd have to evaluate on a standardised dataset like MOT16 challenge.