The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
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 ({'type', 'num_max', 'num_min'}) and 2 missing columns ({'group_token', 'description'}).
This happened while the json dataset builder was generating data using
hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample/v2.X-train/attribute_group.json (at revision 5fa651590d0c294b896801bfa1fb3fd05c8e0548), ['hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/attribute.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/attribute_group.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/calibrated_sensor.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/category.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/ego_pose.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/instance.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/log.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/map.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample_annotation.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample_data.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/scene.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sensor.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/trajectory_supercombo.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/visibility.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 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
token: string
name: string
type: string
num_min: int64
num_max: int64
to
{'token': Value('string'), 'name': Value('string'), 'description': Value('string'), 'group_token': 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 1342, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1892, 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 ({'type', 'num_max', 'num_min'}) and 2 missing columns ({'group_token', 'description'}).
This happened while the json dataset builder was generating data using
hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample/v2.X-train/attribute_group.json (at revision 5fa651590d0c294b896801bfa1fb3fd05c8e0548), ['hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/attribute.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/attribute_group.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/calibrated_sensor.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/category.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/ego_pose.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/instance.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/log.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/map.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample_annotation.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sample_data.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/scene.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/sensor.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/trajectory_supercombo.json', 'hf://datasets/turing-motors/Japan-Open-Driving-Dataset-Sample@5fa651590d0c294b896801bfa1fb3fd05c8e0548/v2.X-train/visibility.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.
token string | name string | description string | group_token string |
|---|---|---|---|
4225a700ae7ab392459ccdbcef2163cf | age.adult | age.adult | 8453ae759082bca14a82405f52eee773 |
dbf418eada903dd5bd1d0ac3c2a4cabb | age.child | age.child | 8453ae759082bca14a82405f52eee773 |
3920c96096e53c19e52d33b1a8e8474c | rider.with_rider | rider.with_rider | 20f54a626d055e18e8392f6c2a9b9fbd |
c85d1ed6c3b3aa8af00bceb9d18cf3dc | rider.without_rider | rider.without_rider | 20f54a626d055e18e8392f6c2a9b9fbd |
9ad7edfe8e7690b69be1464434702e13 | pedestrian.moving | pedestrian.moving | 76f580e79c3264f21ae1062a83251ff5 |
e72822d7ed7147a8d44e9a0b5875b660 | pedestrian.sitting_lying_down | pedestrian.sitting_lying_down | 76f580e79c3264f21ae1062a83251ff5 |
932763e915a75fa1e5e8125791b3b97f | pedestrian.standing | pedestrian.standing | 76f580e79c3264f21ae1062a83251ff5 |
905a006920fd89ff436e794da409cf55 | cycle.with_rider | cycle.with_rider | 29477f68076ea03bc4f6f6b53e85dc94 |
f2d575f4b6aec0893c690f99dfa412c0 | cycle.without_rider | cycle.without_rider | 29477f68076ea03bc4f6f6b53e85dc94 |
f9b12af8c275b2c28c78ea91fce89637 | vehicle.moving | vehicle.moving | 1ca2d347aeb012b61d8474fcf79727dd |
fe3edbb5d082a71b7f633ab4a6e92164 | vehicle.parked | vehicle.parked | 1ca2d347aeb012b61d8474fcf79727dd |
2d8355f006bfc037f95face2e11fa633 | vehicle.stopped | vehicle.stopped | 1ca2d347aeb012b61d8474fcf79727dd |
58978054ce83f4401978a4a740e195fb | brake_light.on | brake_light.on | a7049dca1f8fcd52d4730fa52426ae94 |
0f495a607c58f255fd801b04e25081c7 | brake_light.off | brake_light.off | a7049dca1f8fcd52d4730fa52426ae94 |
0c6a5ab87e49e5da81fb73408a434c5f | indicator_light.both | indicator_light.both | 1406b44059d661c65ade5723d182b555 |
d1084ed904a680665c3014de7e6ca844 | indicator_light.right | indicator_light.right | 1406b44059d661c65ade5723d182b555 |
2be4e32998479bc90d5cac28eaf2f395 | indicator_light.left | indicator_light.left | 1406b44059d661c65ade5723d182b555 |
bc4e470b5bbe9199862abe2c11e2c6cd | indicator_light.none | indicator_light.none | 1406b44059d661c65ade5723d182b555 |
3fa243eb1c5e0db44609acec135ca49f | right_door.close | right_door.close | 10e4c43b658d53cd0b8715e052e9cebe |
15825f086385fa475f3b12817d2947ce | right_door.open | right_door.open | 10e4c43b658d53cd0b8715e052e9cebe |
853856e83b89cd4a72edc18cbd8e7afb | left_door.close | left_door.close | e4ec061243f11d14b8786c3a3e308a42 |
51a1a24b8923c8a75f71a24b8d2bf059 | left_door.open | left_door.open | e4ec061243f11d14b8786c3a3e308a42 |
f6fe2aa971ac70acd81d7a1cf54b68f3 | subclass.car | subclass.car | a3e74c9a3bab218d94748676663e0702 |
853e99d83796452fcb878c7b5179ee4f | subclass.bus | subclass.bus | a3e74c9a3bab218d94748676663e0702 |
e98a2c2080c44a013a7eb8371153302d | subclass.motorcycle | subclass.motorcycle | a3e74c9a3bab218d94748676663e0702 |
5a3906d57cd0d924c98ab420700246f0 | subclass.bicycle | subclass.bicycle | a3e74c9a3bab218d94748676663e0702 |
e5b81d6c94e61f459bf3fa46b9b0789c | control_dir.right | control_dir.right | 8fdb87ee29e6373383ef3c3a03079e86 |
c7be143c9619402bc88374828aa00f78 | control_dir.slight_right | control_dir.slight_right | 8fdb87ee29e6373383ef3c3a03079e86 |
5fa323f6f9361a3374b565b51c584203 | control_dir.straight | control_dir.straight | 8fdb87ee29e6373383ef3c3a03079e86 |
ef14ecd3261a274b25c351cf93df327f | control_dir.left | control_dir.left | 8fdb87ee29e6373383ef3c3a03079e86 |
dbb8c9b038db92f8e93272cf23797513 | control_dir.slight_left | control_dir.slight_left | 8fdb87ee29e6373383ef3c3a03079e86 |
56b208c9bbfe1c1e2dcc54ba8589609a | control_dir.other | control_dir.other | 8fdb87ee29e6373383ef3c3a03079e86 |
4974bc341d7def49d67b68f1326d1224 | one_way_dir.left | one_way_dir.left | 2527f100b8c02ef735fdeb99ce9cdc4d |
12e6c8b458f75363cd02146a9d5ca937 | one_way_dir.straight | one_way_dir.straight | 2527f100b8c02ef735fdeb99ce9cdc4d |
13387d994094b8be1608360a51d0e295 | one_way_dir.right | one_way_dir.right | 2527f100b8c02ef735fdeb99ce9cdc4d |
77387c6fba1ec83b975b91a72aab45f6 | permitted_dir.right | permitted_dir.right | 70ea7b4248fe0312ddf8eeca2ec41781 |
099fa56bd9a4e0abb4c3af9a0abf891d | permitted_dir.slight_right | permitted_dir.slight_right | 70ea7b4248fe0312ddf8eeca2ec41781 |
e9f06575bbaab78f4f825442c4296ede | permitted_dir.straight | permitted_dir.straight | 70ea7b4248fe0312ddf8eeca2ec41781 |
b48c7b4d0be18442e0260894b68b36b9 | permitted_dir.left | permitted_dir.left | 70ea7b4248fe0312ddf8eeca2ec41781 |
9377b2ad2abd1451197e5eb0361bc5dc | permitted_dir.slight_left | permitted_dir.slight_left | 70ea7b4248fe0312ddf8eeca2ec41781 |
b3a17109392619c3e1234b4a9a67ba24 | permitted_dir.other | permitted_dir.other | 70ea7b4248fe0312ddf8eeca2ec41781 |
0654485344ab46e386186b0c910bf91a | color.unknown | color.unknown | a1527caecca6fbc8449e57de0d2cc4a9 |
7403a4985337b5a5845fe924c98a0df6 | color.green | color.green | a1527caecca6fbc8449e57de0d2cc4a9 |
3ea188a50c9ae85fb572843dc3ae05db | color.yellow | color.yellow | a1527caecca6fbc8449e57de0d2cc4a9 |
8ffc09c457079ebcc9ac1e6997ca10f4 | color.red | color.red | a1527caecca6fbc8449e57de0d2cc4a9 |
729c1c1179be6b7cc23f469c42f41648 | facing.false | facing.false | 7874e3df64d1b4d556a70c2754d0c0ee |
9ded08d0938366a809d61193e8edf0d2 | facing.true | facing.true | 7874e3df64d1b4d556a70c2754d0c0ee |
9b0e71a727f1616cd6cf13d48baafec8 | traffic_dir.right | traffic_dir.right | f47426f101cc1470e0786f6ca7512171 |
935355e1bb482372fc8f290d63b77440 | traffic_dir.slight_right | traffic_dir.slight_right | f47426f101cc1470e0786f6ca7512171 |
f29f05530a461dc836522217db542a3c | traffic_dir.straight | traffic_dir.straight | f47426f101cc1470e0786f6ca7512171 |
fff03d498c2734c53df369841a6a251b | traffic_dir.left | traffic_dir.left | f47426f101cc1470e0786f6ca7512171 |
32f67938ee79087a3ed239c3c2181d34 | traffic_dir.slight_left | traffic_dir.slight_left | f47426f101cc1470e0786f6ca7512171 |
a2c647ffdfb28f8c727cd2fffd9a1629 | traffic_dir.other | traffic_dir.other | f47426f101cc1470e0786f6ca7512171 |
81acaedfbaf39edc59b7de08e1054048 | traffic_dir.unknown | traffic_dir.unknown | f47426f101cc1470e0786f6ca7512171 |
27a75c098c4e65596e16d4ac2eb9b4f4 | speed.20 | speed.20 | 9c4da65f5d461131bb18605732f81e44 |
3f295338ba77e60e0b7037910f59b298 | speed.30 | speed.30 | 9c4da65f5d461131bb18605732f81e44 |
7f9c0e832976bc15e681483414020c6b | speed.40 | speed.40 | 9c4da65f5d461131bb18605732f81e44 |
199d835daf63a2b26db24825e10e39eb | speed.50 | speed.50 | 9c4da65f5d461131bb18605732f81e44 |
c853a298369455da2a4506f890c84290 | speed.60 | speed.60 | 9c4da65f5d461131bb18605732f81e44 |
75b7506d53335c0065a962204362fab8 | speed.70 | speed.70 | 9c4da65f5d461131bb18605732f81e44 |
7055166c72f13536dbee2de7aa2293fb | speed.80 | speed.80 | 9c4da65f5d461131bb18605732f81e44 |
c77af3a578fb3f725808856eb134fa80 | speed.90 | speed.90 | 9c4da65f5d461131bb18605732f81e44 |
90290337e580733561a78233a7a976aa | speed.100 | speed.100 | 9c4da65f5d461131bb18605732f81e44 |
829389314138ac12f2c566f55a50914a | speed.unknown | speed.unknown | 9c4da65f5d461131bb18605732f81e44 |
f1f0e001fc847e112a1d45e1676866f8 | appearing.clear | appearing.clear | 5752b5fdc7b0a81836a4781ad03ad598 |
7f82f9a9b398a88105476cb2083d2bfa | appearing.not_clear | appearing.not_clear | 5752b5fdc7b0a81836a4781ad03ad598 |
901b82fa6edf3005933efae495caa5fe | leading.true | leading.true | 17fdb65484b832853d016d9c9f7e41d3 |
4feb02dc8e4458bfb45f1f149bc93550 | leading.false | leading.false | 17fdb65484b832853d016d9c9f7e41d3 |
8453ae759082bca14a82405f52eee773 | age | null | null |
20f54a626d055e18e8392f6c2a9b9fbd | rider | null | null |
76f580e79c3264f21ae1062a83251ff5 | pedestrian | null | null |
29477f68076ea03bc4f6f6b53e85dc94 | cycle | null | null |
1ca2d347aeb012b61d8474fcf79727dd | vehicle | null | null |
a7049dca1f8fcd52d4730fa52426ae94 | brake_light | null | null |
1406b44059d661c65ade5723d182b555 | indicator_light | null | null |
10e4c43b658d53cd0b8715e052e9cebe | right_door | null | null |
e4ec061243f11d14b8786c3a3e308a42 | left_door | null | null |
a3e74c9a3bab218d94748676663e0702 | subclass | null | null |
8fdb87ee29e6373383ef3c3a03079e86 | control_dir | null | null |
2527f100b8c02ef735fdeb99ce9cdc4d | one_way_dir | null | null |
70ea7b4248fe0312ddf8eeca2ec41781 | permitted_dir | null | null |
a1527caecca6fbc8449e57de0d2cc4a9 | color | null | null |
7874e3df64d1b4d556a70c2754d0c0ee | facing | null | null |
f47426f101cc1470e0786f6ca7512171 | traffic_dir | null | null |
9c4da65f5d461131bb18605732f81e44 | speed | null | null |
5752b5fdc7b0a81836a4781ad03ad598 | appearing | null | null |
17fdb65484b832853d016d9c9f7e41d3 | leading | null | null |
5837f73428f93696fb8d939db09af0a9 | null | null | null |
a00c0db30d24706c946a1406c7aa4a0b | null | null | null |
dd78546261683d6512a7ad09f59438b9 | null | null | null |
5c34784b254c33579a11cd60dac6ba51 | null | null | null |
935df74bfc6a9c1de76db45633f0dbf5 | null | null | null |
e05aad0ba3e5b71f82571fc39cb5ca4e | null | null | null |
a9af0f2615e3fcb953ffd95b650a7715 | null | null | null |
fe16abffba1ba9baa77f54c41a0c8c94 | null | null | null |
d5b34d5d30777f9272a447975a5c7cb6 | null | null | null |
ecafcc1c3362d1c0dc1e4b90fc9cd8d5 | null | null | null |
08e35c5b6f849c18298826357dc685f0 | null | null | null |
244158f88f6968e5f779bf531780019d | null | null | null |
02f763871d268fed2a285f3a755db175 | null | null | null |
End of preview.