You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/drivestudio/datasets/preprocess.py", line 237, in <module>
dataset_processor = NuPlanProcessor(
File "drivestudio/datasets/nuplan/nuplan_preprocess.py", line 103, in __init__
process_log_list.append(self.nuplandb_wrapper.log_names[idx])
TypeError: list indices must be integers or slices, not str
According to your documentation,
This is the output of
tree --filelimit 10 ./raw
And the error I got is:
So I tried to printout
process_id_list
:process_id_list: ['2021.05.12.22.00.38_veh-35_01008_01518', '2021.05.12.22.28.35_veh-35_00620_01164', '2021.05.12.23.36.44_veh-35_00152_00504', '2021.05.12.23.36.44_veh-35_01133_01535', '2021.05.12.23.36.44_veh-35_02035_02387', '2021.05.25.14.16.10_veh-35_01690_02183']
Please suggest if the way to arrange the directories in
raw
needs to be changed. Thanks.The text was updated successfully, but these errors were encountered: