Open zhoutianxiang-coder opened 11 months ago
Does the class and related loss calculation in the code represent different IDs or different classifications?
What are the differences between the ID matching process of this model and algorithms like sort?
How does the output of the target association process network include tracks_ ID information
Your questions indicate a misunderstanding of how TrackFormer generates tracks. We do not perform any matching at inference time. The track queries re-detect objects and thereby transfer identities from frame to frame. Maybe have another look at the related sections in the paper.
Where does the information of trackID come from?
Track_ Where is the initialization of ID information reflected in the code
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?
In the paper, it is mentioned that the correlation of trajectories occurs in attention, how to correlate the trajectories of the front and back frames, and where is the specific code embodied?
Which part of the code matches the object ID between the previous frame and the current frame