Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Server error while post-processing the 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.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Frank Task 06 Multi-View LeRobotDataset

This dataset is a LeRobot v3.0 export of the Frank task 06 success trajectories.

Summary

  • Episodes: 500
  • Total frames: 101604
  • FPS: 30
  • Cameras:
    • observation.images.front
    • observation.images.overhead
  • Numeric features:
    • action (8,)
    • observation.state (22,)
    • observation.environment_state (7,)

Provenance

The source data comes from a raw Frank trajectory bundle with one task:

  • task: task_06
  • split: success
  • episodes: 0001 through 0500

The raw bundle was converted locally into a multi-view LeRobotDataset with:

  • H.264 MP4 videos for each camera stream
  • Parquet metadata and trajectory tensors

Loading

from lerobot.datasets.lerobot_dataset import LeRobotDataset

ds = LeRobotDataset(
    "fracapuano/frank_task06_multiview",
    video_backend="pyav",
)

pyav is the currently verified loading backend for this dataset export on the source machine.

Downloads last month
49