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

How to include the confidences in the forecasting results? #322

Open
Cram3r95 opened this issue Aug 27, 2022 · 0 comments
Open

How to include the confidences in the forecasting results? #322

Cram3r95 opened this issue Aug 27, 2022 · 0 comments

Comments

@Cram3r95
Copy link

At this moment I am including my multimodal predictions as following:

pred_traj_fake_global_aux = pred_traj_fake_global.squeeze(0).view(ARGOVERSE_NUM_MODES, PRED_LEN, 2)
output_all[seq_id] = pred_traj_fake_global_aux.cpu().numpy()

Nevertheless, I would like to know how to include the confidences in this array since ARGOVERSE evaluates the multimodal prediction according to these confidences.

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