Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
Server error while post-processing the split rows. Please report the issue.
Error code:   RowsPostProcessingError

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.

Sentinel Demo-08 (640x480@30fps)

LeRobot v3.0 dataset for YAM robots (LimX Sentinel humanoids).

Dataset Info

  • Robot: YAM (LimX Sentinel)
  • Resolution: 640x480
  • FPS: 30 (true 30fps)
  • Episodes: 50
  • Total Frames: 45,526
  • Task: Teleoperation demonstrations
  • Format: LeRobot v3.0

Usage

from lerobot.common.datasets.lerobot_dataset import LeRobotDataset

dataset = LeRobotDataset("vikram-avea/sentinel-demo-08")
print(f"Episodes: 50")
print(f"Frames: {dataset.num_frames}")

Features

  • observation.state: Float32[12] - Joint positions
  • action: Float32[8] - Joint commands
  • observation.images.robot1_wrist: Uint8[3, 480, 640] - Wrist camera
  • observation.images.overhead: Uint8[3, 480, 640] - Overhead camera
Downloads last month
17