Search is not available for this dataset
video video | label class label 2
classes |
|---|---|
0observation.images.ego | |
0observation.images.ego | |
1observation.images.wrist | |
1observation.images.wrist |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
xarm-hang-multimug-v0
A multi-task teleoperation dataset for hanging mugs of different colors on a mug tree, collected on an xArm7 robot arm via phone teleoperation.
Overview
| Field | Value |
|---|---|
| Robot | xArm7 |
| Tasks | 3 |
| Episodes | 500 |
| Total frames | 305,540 |
| Total duration | |
| FPS | 30 |
| Format | LeRobot v3.0 |
Tasks
| task_index | Description | Episodes | Duration |
|---|---|---|---|
| 0 | Hang the red mug on the mug tree | 165 | ~58.0 min |
| 1 | Hang the white mug on the mug tree | 165 | ~54.3 min |
| 2 | Hang the blue mug on the mug tree | 170 | ~57.5 min |
Episode Length
| Stat | Frames | Seconds |
|---|---|---|
| Min | 346 | 11.5 |
| Median | 608 | 20.3 |
| Mean | 611 | 20.4 |
| Max | 1002 | 33.4 |
Observation Space
State (observation.state) β float32[15]
| Index | Name | Description |
|---|---|---|
| 0β2 | tcp.x/y/z |
TCP position (mm) |
| 3β6 | tcp.qw/qx/qy/qz |
TCP orientation as quaternion (scalar-first, canonical w β₯ 0) |
| 7β13 | joint.0βjoint.6 |
Joint angles (degrees) |
| 14 | gripper |
Gripper state |
Cameras
| Key | Resolution | FPS | Codec | Description |
|---|---|---|---|---|
observation.images.ego |
320Γ240 | 30 | h264 | Third-person egocentric view (downsampled 2Γ from 640Γ480) |
observation.images.wrist |
320Γ240 | 30 | h264 | Wrist-mounted camera (downsampled 2Γ from 640Γ480) |
Action Space
Action (action) β float32[8]
| Index | Name | Description |
|---|---|---|
| 0β2 | tcp.x/y/z |
Target TCP position (mm) |
| 3β6 | tcp.qw/qx/qy/qz |
Target TCP orientation as quaternion (scalar-first) |
| 7 | gripper |
Target gripper command |
Dataset Structure
xarm-hang-multimug-v0/
βββ data/
β βββ chunk-000/
β βββ file-000.parquet # All frames (305,540 rows)
βββ videos/
β βββ chunk-000/
β βββ observation.images.ego/ # 2 Γ file-NNN.mp4 (packed, β€200 MB each)
β βββ observation.images.wrist/ # 2 Γ file-NNN.mp4 (packed, β€200 MB each)
βββ meta/
βββ info.json
βββ stats.json
βββ tasks.parquet
βββ episodes/
βββ chunk-000/
βββ file-000.parquet # Per-episode metadata and stats
Videos were recorded one MP4 per episode at 640Γ480, then packed into multi-episode files and downsampled 2Γ via teleoperation/combined_videos.py. Per-episode timestamp ranges are recorded in meta/episodes/.../file-000.parquet under videos/<key>/from_timestamp and to_timestamp.
- Downloads last month
- 72