Skip to content
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

Problem about trajectory association in target assign process of tracking module #56

Open
yaruzz opened this issue May 14, 2024 · 0 comments

Comments

@yaruzz
Copy link

yaruzz commented May 14, 2024

Thanks for your excellent job, I have some questions regarding the generation of 'matched_tracklet' information.
The process of matching track results to ground truth trajectories using the Hungarian algorithm (implemented as ‘GNN_assignment’ in the code) implies that each pred_tracklet is matched with exactly one GT tracklet. However, when the tracks are fragmented, one GT track may correspond to multiple pred_tracklets. In such cases, the unmatched predicted tracklets are treated as negative samples for training in CRM. This approach seems unreasonable. Could you please clarify where my understanding went wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant