-
Notifications
You must be signed in to change notification settings - Fork 122
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
A problem about the experiments. #34
Comments
This is result of single trajectory prediction. Performing evaluation will get results of multi-trajectory prediction. |
Thank you for your reply! And I have another question: In evaluate step, it contians "optimize miss rate" and "optimize minFDE", so how can they be optimized after training? And how does the param "MRminFDE" working? |
Optimizing strategy during evaluation can be found in the paper. |
Thank you for your reply! It seems that the results of multi-traj is much better than single-traj, so why is this? During evaluation, how to calculating miss rate and FDE? the average of multi-traj, or the top1? I am so sorry that can't find this in the code. |
We use argoverse library to calculate metrics. See https://eval.ai/web/challenges/challenge-page/454/evaluation |
Thank you for sharing the great work! I have a confusion about the experiments:
The running results with this code seem far from the result in the paper. All params are default, after 16 training epochs:
loss=4.445
FDE: 3.1506308334590956
MR(2m,4m,6m): (0.4871615584819174, 0.2329565318727421, 0.13079283688769763)
What could be the problem?
The text was updated successfully, but these errors were encountered: