motional / nuplan-devkit

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

questions about the meaning of the vector inputs #262

Closed nortonlrc closed 1 year ago

nortonlrc commented 1 year ago

We have run the mlp baseline given by motional and try to figure out how raw information are extracted as vector features. We output the input tensors in the forward process, and found that the size of agent.ego is [853], agent.agents is [85258]. vector_map_coor is[8152022]. Our question is that could you tell us what each dimension of these vectors mean? Currently we only infer that the first dimension denotes history frames. Thank you for your answer!

patk-motional commented 1 year ago

Hi @nortonlrc,

You might be looking for the vector_map feature and agents feature. Please give it a look. You may follow up here for further questions.