timmeinhardt / trackformer

Implementation of "TrackFormer: Multi-Object Tracking with Transformers”. [Conference on Computer Vision and Pattern Recognition (CVPR), 2022]
https://arxiv.org/abs/2101.02702
Apache License 2.0
509 stars 115 forks source link

detections are not associated into the track #86

Open wshku opened 1 year ago

wshku commented 1 year ago

I trained your models on my custom dataset and then ran the track.py with your track.yaml. The problem is that the detections are good in each frame, but these detections belonging to the same track are not associated, leading to a huge number of tracks. Could you give me some suggestions on how to set your track parameters in track.yaml? Appreciate.

timmeinhardt commented 1 year ago

Debugging on a custom dataset is beyond the support of this repository. But you should check out the classification scores and thresholds in track.yaml.