Closed FrancescoMandru closed 3 years ago
This metric does not depend on time (differently from L2).
Imagine the following situation:
L2 will trigger (because at T you're 10m off). Distance to ref won't because you're still on the ref trajectory
Thank you. So a common case where the ref trajetcory trigger is when there are lateral deviations with respect to the annotated trajectory for example?
correct!
Last question, in Open Loop evaluation you evaluate the ADE. Is this metric similar to the L2 displacement computed in Closed Loop?
In your code it is written than differently from L2 displacement:
What do you mean by the predicted centroid? Do you compute the center point of the trajectory and then you find the closest point to the ground truth? If so, why do you consider such metric?
Thank you!