File size: 1,227 Bytes
faf2d70
 
 
86e706e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
license: cc
---

Dexdata format SO-101 dataset

# Dataset Structure

```
so101_pick_cube
   ├── videos
   │    ├── so101_20260630_103330_filtered
   │    │    ├── file-000.mp4_top.mp4
   │    │    └── file-000.mp4_wrist.mp4
   │    └── ...
   └── jsonl
        ├── episode_00000.jsonl
        ├── episode_00001.jsonl
        └── ...
```

# Task Description

This dataset contains robot manipulation demonstrations for the task:
- **Task**: Pick the cube and place it in the plate
- **Object variations**: Different colored cubes (e.g., orange)

# Data Format

Each episode file in `jsonl/` contains trajectory data with:
- `prompt`: Task instruction
- `state`: Robot state (6D vector)
- `action`: Robot action (6D vector)
- `images_1`: Top camera view reference
- `images_2`: Wrist camera view reference
- `extra`: Additional metadata (subtask, timestamp, episode_index, cube_color)

# Citation

```bibtex
@misc{dm05,
    title  = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
    author = {{Dexmal Team}},
    month  = {July},
    year   = {2026},
    url    = {https://www.dexmal.com/blog/dm0.5/index_en.html}
}
```