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
487 stars 113 forks source link

The generation of trackid #121

Open zhoutianxiang-coder opened 5 months ago

zhoutianxiang-coder commented 5 months ago

How does the decoder module perform association matching between the current frame and the previous frame? Whenever a new detection object appears, how to assign an ID number to the new object, and what part of the code does it correspond to?