-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
Hi @JaneFo, we use unimodal queries. When predicting future waypoints for N steps, we randomly initialize N learnable embeddings as waypoint queries. |
您好,我是付峥,来信我已收到,我会在查收邮件之后给您回复。
|
@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
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?
The text was updated successfully, but these errors were encountered: