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

Question on the Query Interaction #209

Open
yksu opened this issue Oct 30, 2024 · 2 comments
Open

Question on the Query Interaction #209

yksu opened this issue Oct 30, 2024 · 2 comments

Comments

@yksu
Copy link

yksu commented Oct 30, 2024

Hi,

I have a question for the query interaction (QIM) for the tracking_instances.

So, at the end to the forward function, it appen the active track instance to the init_track_instance.

Why we do the appending but not just update or replacing the old track instance by the updated track instance?

@ilnehc
Copy link
Contributor

ilnehc commented Oct 30, 2024

@yksu You need additional track queries to detect newborn objects.

@yksu
Copy link
Author

yksu commented Oct 30, 2024

Thanks for the point out the newborn object.

My current issues is that for the downstream task, where I need the fixed shape of query, while the way UniAD implement would have more than 300 agents.

But, I'm wondering that since after the detection and matching for single fraame,
isn't we just need to update the query according to the active_index?

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

2 participants