nuplan-devkit icon indicating copy to clipboard operation
nuplan-devkit copied to clipboard

Error in config of nuplan scenario-builder

Open mh0797 opened this issue 1 year ago • 4 comments

The data_root path in the nuplan scenario-builder is outdated and thus wrong.

In particular it is trying to load the trainval split directly from $NUPLAN_DATA_ROOT/nuplan-v1.1/trainval (see here). However, according to the dataset setup page, this should be $NUPLAN_DATA_ROOT/nuplan-v1.1/splits/trainval. The nuplan_mini scenario-builder uses the correct path.

Can you update this path?

mh0797 avatar May 03 '24 09:05 mh0797

Can confirm this is an issue. Just met the same one some days ago.

JingyuQian avatar Jun 14 '24 22:06 JingyuQian

Hi, I wonder if this error is solved or not? I am using nuplan-devkit 1.2.2 and encounter the same problem, where the code works fine on mini set but fails on trainval set on the split dir thing.

zachytong avatar Nov 11 '24 11:11 zachytong

Hi, I wonder if this error is solved or not? I am using nuplan-devkit 1.2.2 and encounter the same problem, where the code works fine on mini set but fails on trainval set on the split dir thing.

Ok I found this can be solved by modifying the data_root to add splits in path to solve the error. hope this helps : ) image

zachytong avatar Nov 13 '24 06:11 zachytong