Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    SplitsNotFoundError
Message:      The split names could not be parsed from the dataset config.
Traceback:    Traceback (most recent call last):
                File "tsfile/tsfile_py_cpp.pyx", line 567, in tsfile.tsfile_py_cpp.tsfile_reader_new_c
              tsfile.exceptions.FileOpenError: 28: 
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
                  for split_generator in builder._split_generators(
                                         ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      StreamingDownloadManager(base_path=builder.base_path, download_config=download_config)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 271, in _split_generators
                  scan = self._scan_metadata(all_files)
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 318, in _scan_metadata
                  with self._open_reader(file) as reader:
                       ~~~~~~~~~~~~~~~~~^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/tsfile/tsfile.py", line 742, in _open_reader
                  return TsFileReader(file)
                File "tsfile/tsfile_reader.pyx", line 323, in tsfile.tsfile_reader.TsFileReaderPy.__init__
              SystemError: <class '_weakrefset.WeakSet'> returned a result with an exception set
              
              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/split_names.py", line 71, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ~~~~~~~~~~~~~~~~~~~~~~~^
                      path=dataset,
                      ^^^^^^^^^^^^^
                      config_name=config,
                      ^^^^^^^^^^^^^^^^^^^
                      token=hf_token,
                      ^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                      path,
                  ...<6 lines>...
                      **config_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
                  raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
              datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.

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.

Long Cable Insertion 2 Raw Plus DAgger 2x (TsFile)

This dataset is an Apache TsFile conversion of ajaysri/long_cable_insertion_2_raw_plus_dagger2x, a LeRobot v3 ARX robot-manipulation dataset for long-cable routing subtasks.

Modalities: Time-series. The converted repository contains numeric robot state, velocity, action, timing, episode/task tags, and mirrored source metadata. Camera videos remain in the original Hugging Face dataset.

Source Dataset and Author

  • Original dataset: ajaysri/long_cable_insertion_2_raw_plus_dagger2x
  • Pinned source revision: e539e4d3a54766126424675ec3abe08f2414a60b
  • Original author, repository owner, and uploader: Ajay Sridhar (ajaysri)
  • License: Apache-2.0
  • Robot type: arx
  • LeRobot codebase version: v3.0
  • Sampling rate: 50 fps
  • Split: train, episodes 0 through 537
  • Source scale: 538 episodes, 70,596 frames, 3 tasks
  • Source frame layout: data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet
  • Source frame shards: 538
  • Source episode-metadata shards: 538
  • Paper, homepage, and completed citation: not provided by the source card

The source provenance manifest reports 338 routed subtask episodes extracted from 114 candidate raw HDF5 episodes, plus 200 DAgger episodes made as two copies of 100 source DAgger episodes. One raw episode was rejected during source-dataset creation before publication because its switch sequence failed segmentation validation; this TsFile conversion itself drops no published rows.

Tasks and Scale

task_index Task Episodes Rows
0 route the cable through the center router 179 22,778
1 route the cable through the right router 185 24,715
2 route the cable through the left router 174 23,103

The converted train split contains 70,596 rows across 538 episode devices.

Converted Files

  • TsFile: data/long_cable_insertion_2_raw_plus_dagger2x_train.tsfile
  • Table: long_cable_insertion_2_raw_plus_dagger2x_train
  • Rows: 70,596
  • TsFile size: 15.19 MiB
  • Time precision: milliseconds
  • Metadata: meta/ is mirrored from the source, with meta/info.json rewritten to document the TsFile schema, source revision, conversion mapping, and video policy.

TsFile Schema

Time is an INT64 millisecond timestamp computed as round(timestamp * 1000). It restarts within each episode.

TAG columns:

  • episode_index — source episode number, 0 through 537
  • task_index — source task number, 0 through 2

Scalar FIELD columns:

  • frame_index — frame number within an episode
  • sample_index — the source global index column, renamed

Flattened FLOAT FIELD groups:

  • observation.state[14] -> observation_state_0 ... observation_state_13
  • observation.velocity[14] -> observation_velocity_0 ... observation_velocity_13
  • action[14] -> action_0 ... action_13

The table has 47 columns including Time: 2 TAG columns, 44 FIELD columns, and the TIME column.

Conversion Notes

  • The shared config-driven lerobot converter is used; the dataset-specific Python file is a thin local orchestration and documentation entry point.
  • All 538 source frame Parquet files in the train split are merged into one table-model TsFile. Filter by episode_index and task_index to select a trajectory or routing subtask.
  • Vector columns are fully flattened into scalar fields. Full source prefixes are preserved and . is replaced with _.
  • The source timestamp column is the only published numeric source column not stored separately. It is redundant after the exact millisecond Time mapping (timestamp = Time / 1000 seconds at the source's 50 Hz cadence).
  • The source index column is retained as sample_index; frame_index is retained unchanged.
  • No published frames, episodes, tasks, state dimensions, velocity dimensions, or action dimensions are intentionally dropped.

Videos

Videos are not duplicated in the converted repository. The pinned source has 1,614 frame-aligned MP4 files in three streams:

The source template is videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4. Each stream contains one file for each of the 538 episodes. Numeric TsFile rows remain aligned with the original videos through episode_index, frame_index, and the source metadata under meta/episodes/.

Validation

The generated TsFile is checked for successful Java-tool completion, non-zero size, table schema, and row-count equality with the staged Parquet. The expected and validated row count is 70,596; the source contains no duplicate (episode_index, task_index, Time) keys after millisecond conversion.

Minimal Read Example

from tsfile import TsFileReader

reader = TsFileReader("data/long_cable_insertion_2_raw_plus_dagger2x_train.tsfile")
print(reader.get_all_table_schemas()["long_cable_insertion_2_raw_plus_dagger2x_train"])
reader.close()

Source and License

The source dataset is published by Ajay Sridhar (ajaysri) under the Apache License 2.0 and was created with LeRobot. The source card does not provide a paper or completed citation, so none is inferred here.

Downloads last month
-