The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type string to null
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1594, in _prepare_split_single
                  writer.write(example)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 682, in write
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self._write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 752, in _write_batch
                  arrays.append(pa.array(typed_sequence))
                                ^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 256, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 118, in pyarrow.lib._handle_arrow_array_protocol
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 291, in __arrow_array__
                  out = self._arrow_array(type=type)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 362, in _arrow_array
                  out = cast_array_to_feature(
                        ^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
                  return array_cast(
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1948, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type string to null
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1607, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 783, in finalize
                  self.write_examples_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 655, in write_examples_on_file
                  self._write_batch(batch_examples=batch_examples)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 752, in _write_batch
                  arrays.append(pa.array(typed_sequence))
                                ^^^^^^^^^^^^^^^^^^^^^^^^
                File "pyarrow/array.pxi", line 256, in pyarrow.lib.array
                File "pyarrow/array.pxi", line 118, in pyarrow.lib._handle_arrow_array_protocol
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 291, in __arrow_array__
                  out = self._arrow_array(type=type)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 362, in _arrow_array
                  out = cast_array_to_feature(
                        ^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2002, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2052, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2086, in cast_array_to_feature
                  return array_cast(
                         ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1797, in wrapper
                  return func(array, *args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 1948, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type string to null
              
              The above exception was the direct cause of the following exception:
              
              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 1438, 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 1616, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

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.

json
dict
__key__
string
__url__
string
{"bounds":[[-5.547107696533203,0.01875000074505806,-5.582967698574066],[5.6919237077236176,3.7472011(...TRUNCATED)
M3DLayout_json/3dfront_test
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-5.547107696533203,0.01875000074505806,-5.582967698574066],[5.6919237077236176,3.7472011(...TRUNCATED)
M3DLayout_json/3dfront_train
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-5.547107696533203,0.01875000074505806,-5.582967698574066],[5.6919237077236176,3.7472011(...TRUNCATED)
M3DLayout_json/3dfront_val
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-7.4526108130812645,0.0025049152318388224,-9.778667497448623],[7.363438450265676,5.46100(...TRUNCATED)
M3DLayout_json/infinigen_test_merged
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-9.348808721406385,0.0025027217343449593,-10.492386943195015],[9.32809216529131,8.764705(...TRUNCATED)
M3DLayout_json/infinigen_train_merged
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-8.146080430597067,0.002503159688785672,-9.023705360945314],[8.292041204869747,7.5502955(...TRUNCATED)
M3DLayout_json/infinigen_val_merged
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-13.487928,0.0029864299999999844,-23.7458945],[14.401651999999999,6.275994000000001,33.3(...TRUNCATED)
M3DLayout_json/mp3d_test
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-13.487928,0.0029864299999999844,-23.7458945],[14.401651999999999,6.275994000000001,33.3(...TRUNCATED)
M3DLayout_json/mp3d_train
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
{"bounds":[[-13.487928,0.0029864299999999844,-23.7458945],[14.401651999999999,6.275994000000001,33.3(...TRUNCATED)
M3DLayout_json/mp3d_val
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/layout_dataset/M3(...TRUNCATED)
null
"3dfront_postprocessed_5173/0003d406-5f27-4bbf-94cd-1cff7c310ba1_LivingRoom-54780/rendered_scene_256(...TRUNCATED)
"hf://datasets/Metaverse-AI-Lab/M3DLayout@af2a09670577b0c6e7a74cbdc2aece8a4f318bd8/rendering_dataset(...TRUNCATED)
End of preview.