Dataset Viewer
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
scene_id: string
render: struct<resolution: list<item: int64>, mean_saturation: double, hue_std: double, mean_value: double, (... 39 chars omitted)
child 0, resolution: list<item: int64>
child 0, item: int64
child 1, mean_saturation: double
child 2, hue_std: double
child 3, mean_value: double
child 4, mean_gradient: double
child 5, entropy: double
camera: struct<location: list<item: double>, rotation_euler: list<item: double>, rotation_unit: string, rota (... 110 chars omitted)
child 0, location: list<item: double>
child 0, item: double
child 1, rotation_euler: list<item: double>
child 0, item: double
child 2, rotation_unit: string
child 3, rotation_order: string
child 4, focal_length_mm: double
child 5, sensor_width: double
child 6, height: double
child 7, distance_to_center: double
environment: struct<room_type: string, lighting: struct<light_count: int64, has_window: bool>, materials: struct< (... 221 chars omitted)
child 0, room_type: string
child 1, lighting: struct<light_count: int64, has_window: bool>
child 0, light_count: int64
child 1, has_window: bool
child 2, materials: struct<floor: struct<base_color: list<item: double>, roughness: double, metallic: double, specular: (... 109 chars omitted)
child 0, floor: struct<base_color: list<item: double>, roughness: double, metallic: double, specular: double>
child 0, base_color: list<item: double>
child 0, item: double
...
child 12, 49: string
child 13, 51: string
child 14, 57: string
child 15, 59: string
child 16, 61: string
child 17, 63: string
child 18, 66: string
child 19, 3: string
child 20, 5: string
child 21, 7: string
child 22, 9: string
child 23, 11: string
child 24, 13: string
child 25, 17: string
child 26, 19: string
child 27, 25: string
child 28, 28: string
child 29, 34: string
child 30, 36: string
child 31, 53: string
child 32, 55: string
child 33, 65: string
scene: struct<room: struct<type: string, size: list<item: double>, asset_count: int64>, objects: list<item: (... 122 chars omitted)
child 0, room: struct<type: string, size: list<item: double>, asset_count: int64>
child 0, type: string
child 1, size: list<item: double>
child 0, item: double
child 2, asset_count: int64
child 1, objects: list<item: struct<id: string, category: string, position: list<item: double>, dimensions: list<item: (... 31 chars omitted)
child 0, item: struct<id: string, category: string, position: list<item: double>, dimensions: list<item: double>, r (... 19 chars omitted)
child 0, id: string
child 1, category: string
child 2, position: list<item: double>
child 0, item: double
child 3, dimensions: list<item: double>
child 0, item: double
child 4, rotation_yaw: int64
to
{'scene_id': Value('string'), 'scene': {'room': {'type': Value('string'), 'size': List(Value('float64')), 'asset_count': Value('int64')}, 'objects': List({'id': Value('string'), 'category': Value('string'), 'position': List(Value('float64')), 'dimensions': List(Value('float64')), 'rotation_yaw': Value('int64')})}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
return get_rows(
^^^^^^^^^
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2690, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2227, in __iter__
for key, pa_table in self._iter_arrow():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2251, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 494, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 384, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 289, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 124, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_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
scene_id: string
render: struct<resolution: list<item: int64>, mean_saturation: double, hue_std: double, mean_value: double, (... 39 chars omitted)
child 0, resolution: list<item: int64>
child 0, item: int64
child 1, mean_saturation: double
child 2, hue_std: double
child 3, mean_value: double
child 4, mean_gradient: double
child 5, entropy: double
camera: struct<location: list<item: double>, rotation_euler: list<item: double>, rotation_unit: string, rota (... 110 chars omitted)
child 0, location: list<item: double>
child 0, item: double
child 1, rotation_euler: list<item: double>
child 0, item: double
child 2, rotation_unit: string
child 3, rotation_order: string
child 4, focal_length_mm: double
child 5, sensor_width: double
child 6, height: double
child 7, distance_to_center: double
environment: struct<room_type: string, lighting: struct<light_count: int64, has_window: bool>, materials: struct< (... 221 chars omitted)
child 0, room_type: string
child 1, lighting: struct<light_count: int64, has_window: bool>
child 0, light_count: int64
child 1, has_window: bool
child 2, materials: struct<floor: struct<base_color: list<item: double>, roughness: double, metallic: double, specular: (... 109 chars omitted)
child 0, floor: struct<base_color: list<item: double>, roughness: double, metallic: double, specular: double>
child 0, base_color: list<item: double>
child 0, item: double
...
child 12, 49: string
child 13, 51: string
child 14, 57: string
child 15, 59: string
child 16, 61: string
child 17, 63: string
child 18, 66: string
child 19, 3: string
child 20, 5: string
child 21, 7: string
child 22, 9: string
child 23, 11: string
child 24, 13: string
child 25, 17: string
child 26, 19: string
child 27, 25: string
child 28, 28: string
child 29, 34: string
child 30, 36: string
child 31, 53: string
child 32, 55: string
child 33, 65: string
scene: struct<room: struct<type: string, size: list<item: double>, asset_count: int64>, objects: list<item: (... 122 chars omitted)
child 0, room: struct<type: string, size: list<item: double>, asset_count: int64>
child 0, type: string
child 1, size: list<item: double>
child 0, item: double
child 2, asset_count: int64
child 1, objects: list<item: struct<id: string, category: string, position: list<item: double>, dimensions: list<item: (... 31 chars omitted)
child 0, item: struct<id: string, category: string, position: list<item: double>, dimensions: list<item: double>, r (... 19 chars omitted)
child 0, id: string
child 1, category: string
child 2, position: list<item: double>
child 0, item: double
child 3, dimensions: list<item: double>
child 0, item: double
child 4, rotation_yaw: int64
to
{'scene_id': Value('string'), 'scene': {'room': {'type': Value('string'), 'size': List(Value('float64')), 'asset_count': Value('int64')}, 'objects': List({'id': Value('string'), 'category': Value('string'), 'position': List(Value('float64')), 'dimensions': List(Value('float64')), 'rotation_yaw': Value('int64')})}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
README.md exists but content is empty.
- Downloads last month
- 1,036