Dataset Preview
Duplicate
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(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 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(0 bytes read, 5253120 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 980, 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(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 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 1520, 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 130, 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 46, 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(0 bytes read, 5253120 more expected)', IncompleteRead(0 bytes read, 5253120 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 1343, 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 1382, 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 1560, 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.

png
image
__key__
string
__url__
string
video_frames/RD_Radio10_000_1863_1943/000001
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000002
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000003
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000004
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000005
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000006
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000007
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000008
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000009
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000010
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000011
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000012
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000013
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000014
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000015
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000016
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000017
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000018
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000019
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000020
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000021
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000022
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000023
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000024
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000025
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000026
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000027
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000028
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000029
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000030
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000031
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000032
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000033
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000034
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000035
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000036
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000037
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000038
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000039
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000040
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000041
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000042
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000043
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000044
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000045
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000046
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000047
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000048
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000049
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000050
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000051
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000052
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000053
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000054
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000055
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000056
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000057
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000058
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000059
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000060
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000061
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000062
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000063
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000064
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000065
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000066
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000067
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000068
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000069
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000070
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000071
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000072
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000073
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000074
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000075
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000076
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000077
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000078
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000079
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/RD_Radio10_000_1863_1943/000080
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000001
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000002
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000003
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000004
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000005
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000006
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000007
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000008
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000009
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000010
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000011
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000012
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000013
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000014
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000015
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000016
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000017
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000018
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000019
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
video_frames/WDA_FrankPallone1_000_1134_1214/000020
hf://datasets/Darknsu/HDTF_static_video@b590543a50a693e41ff4c2a094e73f1fb80e53e4/25fps_video_frames.tar
End of preview.
README.md exists but content is empty.
Downloads last month
5