Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'task2_a', 'task2_q', 'task2_o'}) and 3 missing columns ({'task1_o', 'task1_q', 'task1_a'}).
This happened while the json dataset builder was generating data using
hf://datasets/ColamentosZJU/Drive-P2D/Object-2.json (at revision f213b9c2f572ad0b1921b2db67ca85a827da4f69), [/tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json)], ['hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
image_name: string
task2_q: string
task2_o: string
task2_a: string
danger_score: string
to
{'image_name': Value('string'), 'task1_q': Value('string'), 'task1_o': Value('string'), 'task1_a': Value('string'), 'danger_score': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 3 new columns ({'task2_a', 'task2_q', 'task2_o'}) and 3 missing columns ({'task1_o', 'task1_q', 'task1_a'}).
This happened while the json dataset builder was generating data using
hf://datasets/ColamentosZJU/Drive-P2D/Object-2.json (at revision f213b9c2f572ad0b1921b2db67ca85a827da4f69), [/tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json), /tmp/hf-datasets-cache/medium/datasets/50301019556119-config-parquet-and-info-ColamentosZJU-Drive-P2D-047eb71e/hub/datasets--ColamentosZJU--Drive-P2D/snapshots/f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json (origin=hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json)], ['hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Object-2.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Scene-2.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-1.json', 'hf://datasets/ColamentosZJU/Drive-P2D@f213b9c2f572ad0b1921b2db67ca85a827da4f69/Decision-2.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
image_name string | task1_q string | task1_o string | task1_a string | danger_score string |
|---|---|---|---|---|
images/000169.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/000324.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000391.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/000438.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/000631.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000656.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000681.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000724.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000793.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/000794.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/000138.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | C | 4 |
images/000216.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | D | 4 |
images/000274.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | D | 4 |
images/000633.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | A | 4 |
images/000643.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 5 |
images/000859.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | C | 4 |
images/000895.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | D | 4 |
images/000899.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/000907.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | C | 4 |
images/001386.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/001761.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | A | 4 |
images/001769.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/001047.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/001054.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | D | 5 |
images/001170.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/001214.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/001261.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | E | 4 |
images/001793.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/002190.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/002426.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | B | 4 |
images/007466.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007417.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic sign | D | 4 |
images/007381.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007325.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007295.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/007287.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007285.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007245.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/007179.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/007175.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007159.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/007134.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007132.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/007073.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007034.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 5 |
images/007018.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/007017.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 5 |
images/006925.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/006807.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/006779.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/006666.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/006379.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/006275.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/006237.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/006219.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/006148.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/005743.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 5 |
images/005639.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/005405.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/005332.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/scene1_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 1 |
images/scene1_token9.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 1 |
images/scene3_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 1 |
images/scene3_token5.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 3 |
images/scene4_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 5 |
images/scene4_token9.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic police | E | 2 |
images/scene6_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/scene6_token4.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic police | D | 5 |
images/scene6_token8.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 3 |
images/scene7_token2.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Tree | E | 1 |
images/scene8_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 2 |
images/scene9_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 1 |
images/scene10_token6.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 1 |
images/scene14_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 1 |
images/scene15_token2.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Palisade | E | 1 |
images/scene15_token4.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/scene16_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 2 |
images/scene17_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 1 |
images/scene18_token8.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 2 |
images/scene19_token2.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 2 |
images/scene26_token7.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/scene28_token9.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 1 |
images/scene31_token7.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 4 |
images/scene34_token2.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | D | 4 |
images/scene41_token3.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Denoter | E | 4 |
images/scene42_token3.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Street plate | E | 1 |
images/scene44_token5.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Street plate | E | 1 |
images/scene44_token9.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 4 |
images/scene45_token8.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Street plate | E | 4 |
images/scene46_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Palisade | E | 5 |
images/scene47_token0.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian; E.Traffic police | E | 2 |
images/scene47_token8.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 1 |
images/scene48_token5.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 2 |
images/scene49_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 2 |
images/scene50_token8.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 3 |
images/scene51_token5.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 1 |
images/scene51_token9.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | B | 2 |
images/scene53_token7.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | C | 1 |
images/scene57_token1.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 1 |
images/scene57_token6.png | When driving a car, what is the most important object in the image that influences your driving decision? Please select only one option. | A.Building; B.Vehicle; C.Traffic light; D.Pedestrian | A | 1 |
Drive-P2D: A Progressive Perception-to-Decision Benchmark for VLMs in Autonomous Driving
Paper (arXiv): https://arxiv.org/abs/2601.14702
Hugging Face Dataset: https://huggingface.co/datasets/ColamentosZJU/Drive-P2D
Drive-P2D is a progressive perception-to-decision benchmark for evaluating Vision-Language Models (VLMs) across object-level perception, scene understanding, and driving decision-making in autonomous driving. It contains 6,650 questions across three levels: Object, Scene, and Decision. The benchmark uses objective choice-answer scoring while supporting reasoning-based error-mode analysis with a lightweight analyzer model.
This release provides annotations only.
Please obtain the original images from the official sources (nuScenes / KITTI / BDD100K) and align them locally if you want to run image-based evaluation.
Overview
Key Facts
- Protocol: progressive perception-to-decision evaluation β Object β Scene β Decision
- Tasks: 6 tasks, with two tasks at each level
- Scale: 6,650 QA items built from 1,295 front-facing driving images
- Risk-aware evaluation: each item includes a 5-level risk label
danger_score β {1,2,3,4,5} - Reasoning analysis: separated answer scoring and reasoning-based error-mode analysis with an analyzer model
Contributions
- We introduce Drive-P2D, a progressive perception-to-decision benchmark with a three-level protocol, six tasks, 6,650 questions, and risk-aware splits.
- We evaluate mainstream VLMs with objective choice-answer scoring, covering perception-decision dependencies, similar-scene robustness, and model scaling behavior.
- We analyze model-generated reasoning to reveal error modes, and introduce a lightweight analyzer model for automated error-mode tagging.
Benchmark Structure
Drive-P2D follows a progressive perception-to-decision evaluation protocol:
- Object Level: object-level perception of key objects and object states
- Scene Level: scene-level understanding of weather, illumination, and special context factors
- Decision Level: decision-level driving action selection and action-risk assessment
Comparison with Existing Benchmarks
| Benchmark | Progressive Evaluation | P-D Analysis | Risk-aware Split | Similar-scene Pairs | Reasoning Analysis | Error Modes | Auto Tagger |
|---|---|---|---|---|---|---|---|
| nuScenes-QA | β | β | β | β | β | β | β |
| SURDS | β | β | β | β | β | β | β |
| DriveLM | β | β | β | β | β | β | β |
| DriveVLM | β | β | β | β | β | β | β |
| DriveBench | β | β | β | β | β | β | β |
| OmniDrive | β | β | β | β | β | β | β |
| Drive-P2D | β | β | β | β | β | β | β |
Task List
The dataset contains six tasks, each provided as a JSON file:
Object Level (single-choice)
- Object-1 (
Object-1.json): Identify the most important object influencing the driving decision. - Object-2 (
Object-2.json): Determine the state of a designated key object, such as a traffic light.
Scene Level (multiple-choice)
- Scene-1 (
Scene-1.json): Recognize weather and illumination, such as daytime, nighttime, rain, snow, or heavy fog. - Scene-2 (
Scene-2.json): Identify special scene factors that may affect driving decisions, such as accidents or construction zones.
Decision Level (single-choice)
- Decision-1 (
Decision-1.json): Select the optimal driving action for the ego vehicle. - Decision-2 (
Decision-2.json): Evaluate the risk level of a specified, potentially suboptimal action.
Data Format
Each file is a JSON array. Each element contains:
image_name(string): image identifier/path- In this release, we provide annotations only;
image_nameis intended to be mapped to local image storage.
- In this release, we provide annotations only;
taskX_q(string): question text for task XtaskX_o(string): option list as a single string, such as"A....; B....; C...."taskX_a(string): answer letters- single-choice tasks: one letter, such as
"C" - multiple-choice tasks: comma-separated letters, such as
"A,C"
- single-choice tasks: one letter, such as
danger_score(int or string): scenario risk label on a 5-level scale, where 1 is minimal and 5 is severe
Example
{
"image_name": "images/xxxx.jpg",
"task1_q": "...",
"task1_o": "A....; B....; C....",
"task1_a": "C",
"danger_score": "2"
}
How to Use
1) Download Annotations
Download the six JSON files from the Hugging Face dataset page:
2) Load Annotations in Python
import json
with open("Object-1.json", "r", encoding="utf-8") as f:
data = json.load(f)
print(len(data), list(data[0].keys()))
3) Local Image Alignment
To evaluate with images, you must:
- Download the source datasets from the official providers:
- nuScenes
- KITTI
- BDD100K
- Prepare a local image folder, such as
./images/. - Map each
image_namein JSON to an existing local file path.
Citation
If you use Drive-P2D in your research, please cite:
@misc{tang2026drivep2dprogressiveperceptiontodecisionbenchmark,
title={Drive-P2D: A Progressive Perception-to-Decision Benchmark for VLMs in Autonomous Driving},
author={Zecong Tang and Zixu Wang and Yifei Wang and Weitong Lian and Tianjian Gao and Haoran Li and Tengju Ru and Lingyi Meng and Zhejun Cui and Yichen Zhu and Qi Kang and Kaixuan Wang and Yu Zhang},
year={2026},
eprint={2601.14702},
archivePrefix={arXiv},
primaryClass={cs.AI},
url={https://arxiv.org/abs/2601.14702},
}
License
This project is released under the Apache License 2.0. Some components or third-party implementations may be distributed under different licenses.
Acknowledgments
We thank the open-source community and dataset providers (nuScenes, KITTI, BDD100K) that make this benchmark possible.
- Downloads last month
- 18