Dataset Preview
Full Screen Viewer
Full Screen
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: error Message: Error -3 while decompressing data: invalid block type Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1768, in _prepare_split_single writer.write(example, key) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 500, in write self.write_examples_on_file() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file self.write_batch(batch_examples=batch_examples) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 572, in write_batch self.write_table(pa_table, writer_batch_size) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 587, in write_table pa_table = embed_table_storage(pa_table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2280, in embed_table_storage arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2281, in <listcomp> embed_array_storage(table[name], feature) if require_storage_embed(feature) else table[name] File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp> return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2154, in embed_array_storage return feature.embed_storage(array) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 273, in embed_storage [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 274, in <listcomp> (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/py_utils.py", line 309, in wrapper return func(value) if value is not None else None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 269, in path_to_bytes bytes_ = f.read() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 1104, in read_with_retries out = read(*args, **kwargs) File "/usr/local/lib/python3.9/zipfile.py", line 910, in read buf += self._read1(self.MAX_N) File "/usr/local/lib/python3.9/zipfile.py", line 1000, in _read1 data = self._decompressor.decompress(data, n) zlib.error: Error -3 while decompressing data: invalid block type During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1777, in _prepare_split_single num_examples, num_bytes = writer.finalize() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 599, in finalize self.write_examples_on_file() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 458, in write_examples_on_file self.write_batch(batch_examples=batch_examples) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 572, in write_batch self.write_table(pa_table, writer_batch_size) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 587, in write_table pa_table = embed_table_storage(pa_table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2280, in embed_table_storage arrays = [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2281, in <listcomp> embed_array_storage(table[name], feature) if require_storage_embed(feature) else table[name] File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in wrapper return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 1802, in <listcomp> return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks]) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2154, in embed_array_storage return feature.embed_storage(array) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 273, in embed_storage [ File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 274, in <listcomp> (path_to_bytes(x["path"]) if x["bytes"] is None else x["bytes"]) if x is not None else None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/py_utils.py", line 309, in wrapper return func(value) if value is not None else None File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 269, in path_to_bytes bytes_ = f.read() File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 1104, in read_with_retries out = read(*args, **kwargs) File "/usr/local/lib/python3.9/zipfile.py", line 910, in read buf += self._read1(self.MAX_N) File "/usr/local/lib/python3.9/zipfile.py", line 1000, in _read1 data = self._decompressor.decompress(data, n) zlib.error: Error -3 while decompressing data: invalid block type 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 1529, 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 1154, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1029, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1791, in _download_and_prepare super()._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1124, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1629, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1786, 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.
image
image | label
class label |
---|---|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
0image1_groundtruth
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
1image1_original
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
2image1_unfolded
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
|
3image_groundtruth
|
End of preview.
README.md exists but content is empty.
Use the Edit dataset card button to edit it.
- Downloads last month
- 39