abewley / sort

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

running SORT on custom dataset #155

Closed andreaceruti closed 2 years ago

andreaceruti commented 2 years ago

Hi! I have a dataset that basically is composed of video frames. I have applied an object detector on it and now I would like to apply SORT on the single frame. So reading the "detections" format I should create a text file for each frame where I store xyhw and the score associated to each detection. This is all or should I respect the same format that I see in the train folder?