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

Trajectory prediction #5

Open
JaneFo opened this issue Jul 16, 2024 · 5 comments
Open

Trajectory prediction #5

JaneFo opened this issue Jul 16, 2024 · 5 comments

Comments

@JaneFo
Copy link

JaneFo commented Jul 16, 2024

I would like to ask you how this waypoint queries are initialized, i.e., whether it is unimodal or multimodal for predicting the trajectory of the ego vehicle?

@liyingyanUCAS
Copy link
Collaborator

Hi @JaneFo, we use unimodal queries. When predicting future waypoints for N steps, we randomly initialize N learnable embeddings as waypoint queries.

@JaneFo
Copy link
Author

JaneFo commented Jul 24, 2024 via email

@drilistbox
Copy link

@liyingyanUCAS May I ask what is the detail setting for query and query_pos of waypoints.

@JaneFo
Copy link
Author

JaneFo commented Oct 7, 2024 via email

@liyingyanUCAS
Copy link
Collaborator

@liyingyanUCAS May I ask what is the detail setting for query and query_pos of waypoints.

They are learnable embeddings, which are fulfilled by nn.Parameter.

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

3 participants