motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
662 stars 126 forks source link

What caused missing mission goal? #303

Open Fan-Yixuan opened 1 year ago

Fan-Yixuan commented 1 year ago

I understand that the missing mission goal scenes may be low-quality data, but I‘m curious about what causes this phenomenon. If my ml-based planner does not use mission goals (only roadblock ids to navigate), could those missing mission goal samples be low-quality samples for me?

patk-motional commented 1 year ago

Hi @Fan-Yixuan,

Since our logs were collected by a human driver there are no explicit goals and routes. Hence, we needed to infer a possible goal and route from the logs. We used some heuristics and graph search to generate the goals and routes. However, there are edge cases that caused some samples to have no goals.

Can you elaborate on your second point?

Fan-Yixuan commented 1 year ago

@patk-motional Thank you for your answer! My second point: I found that scenes without mission goals do have 'roadblock_ids' (the route to their goal). If a scene lacks a mission goal, can the roadblock_ids given in the dataset be trusted? This determines whether my algorithm can use the data points. (My algorithm only uses roadblock_ids to navigate the ego vehicle)

patk-motional commented 1 year ago

Can you share some samples that are missing the mission goal but contains the roadblock_ids? If it contains the route then the mission_goal should be present as well.

Fan-Yixuan commented 1 year ago

Hi @patk-motional, this is 2021.08.18.18.32.06_veh-28_01425_01518 from boston

example

2021.06.17.11.29.43_veh-47_00005_00139 from vegas_4 example2

Fan-Yixuan commented 1 year ago

@patk-motional Hi, do you have any idea about this issue? Is there something wrong with my understanding of the dataset or what?

patk-motional commented 1 year ago

Hi @Fan-Yixuan,

I haven't had time to look into this yet, unfortunately. Will do as soon as I have the bandwidth to.