Dataset Preview
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: ChunkedEncodingError
Message: ('Connection broken: IncompleteRead(3730295 bytes read, 1522825 more expected)', IncompleteRead(3730295 bytes read, 1522825 more expected))
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 779, in _error_catcher
yield
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 925, in _raw_read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
urllib3.exceptions.IncompleteRead: IncompleteRead(3730295 bytes read, 1522825 more expected)
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 820, in generate
yield from self.raw.stream(chunk_size, decode_content=True)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1091, in stream
data = self.read(amt=amt, decode_content=decode_content)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 1008, in read
data = self._raw_read(amt)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 903, in _raw_read
with self._error_catcher():
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/contextlib.py", line 158, in __exit__
self.gen.throw(value)
File "/usr/local/lib/python3.12/site-packages/urllib3/response.py", line 803, in _error_catcher
raise ProtocolError(arg, e) from e
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(3730295 bytes read, 1522825 more expected)', IncompleteRead(3730295 bytes read, 1522825 more expected))
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 1576, in _prepare_split_single
for key, record in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
for item in generator(*args, **kwargs):
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 120, in _generate_examples
for example_idx, example in enumerate(self._get_pipeline_from_tar(tar_path, tar_iterator)):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 45, in _get_pipeline_from_tar
current_example[field_name] = f.read()
^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 691, in read
b = self.fileobj.read(length)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 528, in read
buf = self._read(size)
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 536, in _read
return self.__read(size)
^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/tarfile.py", line 566, in __read
buf = self.fileobj.read(self.bufsize)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 728, in track_read
out = f_read(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 1015, in read
return super().read(length)
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 1846, in read
out = self.cache._fetch(self.loc, self.loc + length)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/fsspec/caching.py", line 189, in _fetch
self.cache = self.fetcher(start, end) # new block replaces old
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 969, in _fetch_range
r = http_backoff(
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 310, in http_backoff
response = session.request(method=method, url=url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589, in request
resp = self.send(prep, **send_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 724, in send
history = [resp for resp in gen]
^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 265, in resolve_redirects
resp = self.send(
^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 746, in send
r.content
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 902, in content
self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b""
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/requests/models.py", line 822, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(3730295 bytes read, 1522825 more expected)', IncompleteRead(3730295 bytes read, 1522825 more expected))
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 1617, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
txt string | __key__ string | __url__ string |
|---|---|---|
boys playing in the park | train/captions/52/000000015846 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
boy playing with the frisbee | train/captions/52/000000127810 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
women playing in the park | train/captions/52/000000440970 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man playing tennis in the park | train/captions/52/000000151250 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
flights flying in the sky | train/captions/52/000000371453 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the forest | train/captions/52/000000157891 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a blur image of man riding bike in the park | train/captions/52/000000403432 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
empty bench in the park | train/captions/52/000000152483 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
Man putting out the fire | train/captions/52/000000077533 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
stop sign at the road side | train/captions/52/000000122589 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
chair made up of wood in the garden. | train/captions/52/000000075359 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man playing tennis in the tennis court | train/captions/52/000000168805 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
bus parked at the road side. | train/captions/52/000000338969 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
animals crossing the path from water stream | train/captions/52/000000131388 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
goats running in the grass | train/captions/52/000000031993 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people celebrating kites fest near the palace. | train/captions/52/000000430522 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
train moving on the track near the house | train/captions/52/000000319427 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
traffic signal at the road side | train/captions/52/000000233164 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a street with benches and trees | train/captions/52/000000558992 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
men playing baseball in the ground | train/captions/52/000000072861 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man flying big air balloons in the sky | train/captions/52/000000138347 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girl sitting on the bench at the park | train/captions/52/000000235296 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girl playing in the ground | train/captions/52/000000094714 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
elephants walking in the grass | train/captions/52/000000456483 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
direction board at the palace | train/captions/52/000000231119 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
sheeps are eating grass near the mountains | train/captions/52/000000480588 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
boys playing in the park | train/captions/52/000000098098 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girl taking picture of water pump | train/captions/52/000000550445 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes at the zoo park | train/captions/52/000000280409 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
water pump in the park | train/captions/52/000000428605 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes eating leaves from the tree | train/captions/52/000000372112 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
stop board at the road side | train/captions/52/000000067837 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man flying a kite in the sky | train/captions/52/000000350416 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
women dancing on the street | train/captions/52/000000524029 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man taking out frisbee from his bag | train/captions/52/000000285893 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
bird flying in the sky | train/captions/52/000000541746 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
all buses parked at one place | train/captions/52/000000548159 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
men doing rope gliding in the air. | train/captions/52/000000253143 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
view of the garden from sitting space of the house | train/captions/52/000000453273 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people standing together taking picture with the boats in the park | train/captions/52/000000538343 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
wild buffalos walking in the grass | train/captions/52/000000164497 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
street light near the flyover | train/captions/52/000000272421 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a palace with a clock in it | train/captions/52/000000243745 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
bird sitting on top of the house | train/captions/52/000000181237 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
dog sitting and playing in the park | train/captions/52/000000522818 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
man sitting on the bike at the road side | train/captions/52/000000316155 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
birds flying in the air | train/captions/52/000000461301 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a big building with a clock in it | train/captions/52/000000169845 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
sheep eating grass in the park | train/captions/52/000000187334 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
cows eating grass in the fields | train/captions/52/000000367423 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people watching giraffe in the zoo | train/captions/52/000000180335 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the park | train/captions/52/000000466790 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
skiing in the snow mountains | train/captions/52/000000487718 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a clock shape grass in the garden side | train/captions/52/000000499903 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
car standing on the road | train/captions/52/000000054614 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the forest | train/captions/52/000000033765 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
dog sitting and playing in the park | train/captions/52/000000303314 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
slow motion images of man playing tennis | train/captions/52/000000094865 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
flight landing on the run way | train/captions/52/000000298372 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
cow eating grass in the field | train/captions/52/000000233859 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
birds nest on the electric pole | train/captions/52/000000152388 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girl flying kite in the mountains with the dog | train/captions/52/000000365817 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
zeebras walking in the forest | train/captions/52/000000221055 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people flying kites in the fest | train/captions/52/000000160443 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
horses eating grass near the direction board | train/captions/52/000000369849 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
horse walking in the park near a shop | train/captions/52/000000569253 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
bear sitting in the grass | train/captions/52/000000120850 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
vehicles moving on the road | train/captions/52/000000541619 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
couple taking picture with horse at the park | train/captions/52/000000094674 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
bear sitting in the grass | train/captions/52/000000027272 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
elephant walking in the forest | train/captions/52/000000291687 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the forest mear the pound | train/captions/52/000000355860 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
direction board at the road side | train/captions/52/000000105252 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a broken showpiece near the plants | train/captions/52/000000284649 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girl walking and brushing her teeth | train/captions/52/000000116872 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
girls playing in the ground | train/captions/52/000000262454 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a close picture of horse face | train/captions/52/000000214241 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the forest | train/captions/52/000000207065 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
dog sitting on the bench in the park | train/captions/52/000000501054 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
boys playing base ball in the park | train/captions/52/000000472424 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
small girl playing with a oldman in the park | train/captions/52/000000179584 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
sheeps walking in the grass | train/captions/52/000000092942 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a cloth with the poster of giraffe near the tree | train/captions/52/000000402027 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
zeebras walking in the forest | train/captions/52/000000102815 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
traffic signal on the road | train/captions/52/000000430473 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
zeebras eating grass in the forest | train/captions/52/000000281789 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
dog chasing sheeps in the greenland | train/captions/52/000000283910 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
flight flying in the sky near to rollercoaster | train/captions/52/000000114464 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people flying kites in the park | train/captions/52/000000352288 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a big palace with a park | train/captions/52/000000083915 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
giraffes walking in the forest | train/captions/52/000000100084 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people flying kites in the sky | train/captions/52/000000035843 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
kid playing base ball in the garden | train/captions/52/000000423479 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
traffic signal on the road near the houses | train/captions/52/000000192714 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
people playing in the park | train/captions/52/000000289915 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
an aero plane is standing on runway | train/captions/40/000000541702 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a house has clocks on it | train/captions/40/000000105784 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
a double decker bus is on road | train/captions/40/000000438619 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
flock of sheep is eating grass on a field | train/captions/40/000000134946 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
children are on a toy train | train/captions/40/000000575222 | hf://datasets/ahmedbrs/SketchMultiview_dataset@0ca06f04539ee9e930df3e5ee58559eca7ad1e82/train.tar.part_aa |
End of preview.
SketchMultiview Dataset
Multi-view image dataset for sketch-conditioned novel view synthesis.
Each sample contains 33 views of a scene at 480×480 resolution (4 elevation rings × 8 azimuths + original).
Dataset Structure
{split}/
├── generated_gt/ # Multi-view images (480×480 PNG)
│ ├── {group}/{coco_id}/ # Train: grouped into subfolders
│ │ ├── 00_original.png
│ │ ├── 00_azim000_elev+00.png
│ │ ├── 01_azim045_elev+00.png
│ │ ├── ...
│ │ ├── 31_azim315_elev-30.png
│ │ └── metadata.json
│ └── {coco_id}/ # Test/Val: flat structure
├── sketches/ # Sketch conditioning images (512×512 grayscale PNG)
├── captions/ # Text captions (.txt)
└── correspondences/ # COLMAP correspondences (JSON, 1024px coordinates)
Splits
| Split | Samples | Size |
|---|---|---|
| Train | 8,304 | ~102 GB |
| Test | 477 | ~5.9 GB |
| Val | 441 | ~5.5 GB |
View Layout (33 views per sample)
- Elevation 0°: 8 views at 45° azimuth intervals + original
- Elevation +30°: 8 views at 45° azimuth intervals
- Elevation +60°: 8 views at 45° azimuth intervals
- Elevation -30°: 8 views at 45° azimuth intervals
Download & Extract
# Download all files
huggingface-cli download ahmedbrs/SketchMultiview_dataset --repo-type=dataset --local-dir .
# Extract test and val
tar xf test.tar
tar xf val.tar
# Reassemble and extract train (split into 45GB parts)
cat train.tar.part_aa train.tar.part_ab train.tar.part_ac | tar xf -
Correspondences
COLMAP-extracted correspondences are stored per sample in JSON format with pixel coordinates at 1024×1024 resolution. The training pipeline maps these to latent patch indices via:
patch = int(pixel_coord * latent_dim / 1024)
Usage with Training Pipeline
# Point to the extracted dataset directory
./train_ucpe.sh --fal-multiview # set FAL_MULTIVIEW_DIR to extracted path
- Downloads last month
- 8