-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues related to track IDs #119
Comments
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
The text was updated successfully, but these errors were encountered: