dvl-tum / SUSHI

[CVPR 2023] Unifying Short and Long-Term Tracking with Graph Hierarchies
MIT License
113 stars 9 forks source link

support single object tracking? #9

Closed jcyhcs closed 1 year ago

jcyhcs commented 1 year ago

i noticed that your evaluation all in multi-objects tracking datasets, i want to know this algorithm can use in single object tracking? please help me?

ocetintas commented 1 year ago

Hi, If there is a single object in the scene our model can, of course, track it. Other than this, you can implement simple preprocessing and postprocessing scripts to ensure that detections and predictions never includes more than a single identity if this is an important condition for you.