Dexmal commited on
initial commit
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +45 -0
- jsonl/episode_00000.jsonl +0 -0
- jsonl/episode_00001.jsonl +0 -0
- jsonl/episode_00002.jsonl +0 -0
- jsonl/episode_00003.jsonl +0 -0
- jsonl/episode_00004.jsonl +0 -0
- jsonl/episode_00005.jsonl +0 -0
- jsonl/episode_00006.jsonl +0 -0
- jsonl/episode_00007.jsonl +0 -0
- jsonl/episode_00008.jsonl +0 -0
- jsonl/episode_00009.jsonl +0 -0
- jsonl/episode_00010.jsonl +0 -0
- jsonl/episode_00011.jsonl +0 -0
- jsonl/episode_00012.jsonl +0 -0
- jsonl/episode_00013.jsonl +0 -0
- jsonl/episode_00014.jsonl +0 -0
- jsonl/episode_00015.jsonl +0 -0
- jsonl/episode_00016.jsonl +0 -0
- jsonl/episode_00017.jsonl +0 -0
- jsonl/episode_00018.jsonl +0 -0
- jsonl/episode_00019.jsonl +0 -0
- jsonl/episode_00020.jsonl +0 -0
- jsonl/episode_00021.jsonl +0 -0
- jsonl/episode_00022.jsonl +0 -0
- jsonl/episode_00023.jsonl +0 -0
- jsonl/episode_00024.jsonl +0 -0
- jsonl/episode_00025.jsonl +0 -0
- jsonl/episode_00026.jsonl +0 -0
- jsonl/episode_00027.jsonl +0 -0
- jsonl/episode_00028.jsonl +0 -0
- jsonl/episode_00029.jsonl +0 -0
- jsonl/episode_00030.jsonl +0 -0
- jsonl/episode_00031.jsonl +0 -0
- jsonl/episode_00032.jsonl +0 -0
- jsonl/episode_00033.jsonl +0 -0
- jsonl/episode_00034.jsonl +0 -0
- jsonl/episode_00035.jsonl +0 -0
- jsonl/episode_00036.jsonl +0 -0
- jsonl/episode_00037.jsonl +0 -0
- jsonl/episode_00038.jsonl +0 -0
- jsonl/episode_00039.jsonl +0 -0
- jsonl/episode_00040.jsonl +0 -0
- jsonl/episode_00041.jsonl +0 -0
- jsonl/episode_00042.jsonl +0 -0
- jsonl/episode_00043.jsonl +0 -0
- jsonl/episode_00044.jsonl +0 -0
- jsonl/episode_00045.jsonl +0 -0
- jsonl/episode_00046.jsonl +0 -0
- jsonl/episode_00047.jsonl +0 -0
- jsonl/episode_00048.jsonl +0 -0
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
---
|
| 2 |
license: cc
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
Dexdata format SO-101 dataset
|
| 6 |
+
|
| 7 |
+
# Dataset Structure
|
| 8 |
+
|
| 9 |
+
```
|
| 10 |
+
so101_pick_cube
|
| 11 |
+
├── videos
|
| 12 |
+
│ ├── so101_20260630_103330_filtered
|
| 13 |
+
│ │ ├── file-000.mp4_top.mp4
|
| 14 |
+
│ │ └── file-000.mp4_wrist.mp4
|
| 15 |
+
│ └── ...
|
| 16 |
+
└── jsonl
|
| 17 |
+
├── episode_00000.jsonl
|
| 18 |
+
├── episode_00001.jsonl
|
| 19 |
+
└── ...
|
| 20 |
+
```
|
| 21 |
+
|
| 22 |
+
# Task Description
|
| 23 |
+
|
| 24 |
+
This dataset contains robot manipulation demonstrations for the task:
|
| 25 |
+
- **Task**: Pick the cube and place it in the plate
|
| 26 |
+
- **Object variations**: Different colored cubes (e.g., orange)
|
| 27 |
+
|
| 28 |
+
# Data Format
|
| 29 |
+
|
| 30 |
+
Each episode file in `jsonl/` contains trajectory data with:
|
| 31 |
+
- `prompt`: Task instruction
|
| 32 |
+
- `state`: Robot state (6D vector)
|
| 33 |
+
- `action`: Robot action (6D vector)
|
| 34 |
+
- `images_1`: Top camera view reference
|
| 35 |
+
- `images_2`: Wrist camera view reference
|
| 36 |
+
- `extra`: Additional metadata (subtask, timestamp, episode_index, cube_color)
|
| 37 |
+
|
| 38 |
+
# Citation
|
| 39 |
+
|
| 40 |
+
```bibtex
|
| 41 |
+
@misc{dm05,
|
| 42 |
+
title = {{DM0.5}: An Open-World Foundation Model for General-Purpose Embodied Intelligence},
|
| 43 |
+
author = {{Dexmal Team}},
|
| 44 |
+
month = {July},
|
| 45 |
+
year = {2026},
|
| 46 |
+
url = {https://www.dexmal.com/blog/dm0.5/index_en.html}
|
| 47 |
+
}
|
| 48 |
+
```
|
jsonl/episode_00000.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00001.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00002.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00003.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00004.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00005.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00006.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00007.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00008.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00009.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00010.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00011.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00012.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00013.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00014.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00015.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00016.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00017.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00018.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00019.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00020.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00021.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00022.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00023.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00024.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00025.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00026.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00027.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00028.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00029.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00030.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00031.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00032.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00033.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00034.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00035.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00036.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00037.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00038.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00039.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00040.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00041.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00042.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00043.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00044.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00045.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00046.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00047.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
jsonl/episode_00048.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|