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 66, 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.
pick_tblock_mp_safe_margin_maxvel TsFile Conversion
This dataset is a TsFile conversion of younghyopark/pick_tblock_mp_safe_margin_maxvel, a LeRobot v2.1 DualPanda robot dataset.
Modalities: Time-series. The source metadata declares total_videos=0 and video_path=null.
Source Dataset Facts
From the original dataset card and meta/info.json:
- Source dataset:
younghyopark/pick_tblock_mp_safe_margin_maxvel - License: apache-2.0
- Codebase version:
v2.1 - Robot type:
DualPanda - Episodes: 1,000
- Frames / converted rows: 243,000
- Sampling rate: 50 fps
- Split: train episodes
0:1000 - Task:
pick something up
Converted Files
data/pick_tblock_mp_safe_margin_maxvel.tsfile? one merged TsFile containing all 1,000 episodes.meta/? mirrored source metadata withmeta/info.jsonupdated to describe the TsFile artifact.
The generated TsFile size is 172,777,914 bytes.
TsFile Schema
- Table name:
pick_tblock_mp_safe_margin_maxvel - Time precision: milliseconds (
ms) Time: synthesized asround(timestamp * 1000). Time restarts per episode.- TAG columns:
episode_index,task_index - Scalar FIELD columns:
frame_index,sample_index(sourceindexrenamed). - Flattened FLOAT FIELD columns:
observation.joint[16]->observation_joint_0?observation_joint_15observation.state[30]->observation_state_0?observation_state_29observation.environment_state[7]->observation_environment_state_0?observation_environment_state_6observation.environment.block_xy[2]->observation_environment_block_xy_0?observation_environment_block_xy_1observation.right_arm.joint[7]->observation_right_arm_joint_0?observation_right_arm_joint_6observation.right.joint[8]->observation_right_joint_0?observation_right_joint_7observation.left_arm.joint[7]->observation_left_arm_joint_0?observation_left_arm_joint_6observation.qvel[30]->observation_qvel_0?observation_qvel_29observation.env_qvel[6]->observation_env_qvel_0?observation_env_qvel_5observation.ee_pose[16]->observation_ee_pose_0?observation_ee_pose_15action.ctrl[16]->action_ctrl_0?action_ctrl_15action.joint[16]->action_joint_0?action_joint_15action.ee_pose[16]->action_ee_pose_0?action_ee_pose_15action.right_arm.joint[7]->action_right_arm_joint_0?action_right_arm_joint_6action.right.joint[8]->action_right_joint_0?action_right_joint_7action.left_arm.joint[7]->action_left_arm_joint_0?action_left_arm_joint_6
Conversion Notes
- Converter: generic
scripts/converters/lerobot.py. - Source
timestampis dropped after creatingTime, because it equalsTime / 1000seconds. - Source
indexis renamed tosample_index. - Vector columns preserve source names by replacing
.with_and appending the element index. - All 243,000 source rows are preserved in the converted TsFile.
- No video files are uploaded because the source metadata declares no videos.
Minimal Read Example
# Use Apache TsFile tooling to read:
# data/pick_tblock_mp_safe_margin_maxvel.tsfile
# Query one episode with a predicate such as WHERE episode_index = 0.
- Downloads last month
- 45