Hi,
I am working on pedestrian trajectory prediction problem and I chose to use NuScenes dataset. I would like to know how can I extract the shortest distance between the pedestrian position and road curb at any given time. The shortest distance to a point and a line could be inferred using formulas. I would like to know how to determine the closest geometric line (curb) to a pedestrian position in the map so that I can infer this distance.
Thank you!