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

C-Python implementation of SORT #158

Open MrGolden1 opened 2 years ago

MrGolden1 commented 2 years ago

Hi As I needed high fps of the sort, I used the suggested C++ implementation in #29 and bound it to python. I thought it could be helpful for others, so I published it as a package 👇 https://github.com/MrGolden1/sort-python

I hope to be useful.