Hi.
I wonder about the dataset structure
I can download them about v1.1 via https://www.nuscenes.org/nuplan#code
- Maps 1ea
- Mini Split 1ea
- Train Split 8ea
boston 1 / pittsburgh 1 / Las vegas 6
- val split 1ea
- test split 1ea
With https://nuplan-devkit.readthedocs.io/en/latest/dataset_setup.html, the structure is explained, but I couldn't follow it exactly with downloaed files.
What is the exp?
What is the trainval?
Also I tried to run some tutorial.
But when "nuplan_scenario_visualization.ipynb" run, it failed.
File /mnt/nuplan/nuplan-devkit/nuplan/database/nuplan_db/query_session.py:21, in execute_many(query_text, query_parameters, db_file)
18 cursor = connection.cursor()
20 try:
---> 21 cursor.execute(query_text, query_parameters)
23 for row in cursor:
24 yield row
OperationalError: near "NULLS": syntax error
Could you help me about the problem I got?
Hi.
I wonder about the dataset structure
I can download them about v1.1 via https://www.nuscenes.org/nuplan#code
boston 1 / pittsburgh 1 / Las vegas 6
With https://nuplan-devkit.readthedocs.io/en/latest/dataset_setup.html, the structure is explained, but I couldn't follow it exactly with downloaed files.
What is the exp?
What is the trainval?
Also I tried to run some tutorial.
But when "nuplan_scenario_visualization.ipynb" run, it failed.
File /mnt/nuplan/nuplan-devkit/nuplan/database/nuplan_db/query_session.py:21, in execute_many(query_text, query_parameters, db_file)
18 cursor = connection.cursor()
20 try:
---> 21 cursor.execute(query_text, query_parameters)
23 for row in cursor:
24 yield row
OperationalError: near "NULLS": syntax error
Could you help me about the problem I got?