Dexora commited on
Commit
154bb80
Β·
verified Β·
1 Parent(s): 96c336d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -40
README.md CHANGED
@@ -15,7 +15,9 @@ license: mit
15
  ## πŸ”₯ News & Updates
16
 
17
 
18
- - **2025-12-03**: Released the full **Real-World Dataset** (**11.5K episodes**) on [Hugging Face](https://huggingface.co/datasets/Dexora/Dexora_Real-World_Dataset).
 
 
19
 
20
  --
21
 
@@ -25,7 +27,7 @@ The Dexora corpus combines **high-fidelity real-world teleoperation data** with
25
 
26
  ### A. Dexora Real-World Dataset (High-Fidelity)
27
 
28
- The Dexora real-world dataset consists of **11.5K teleoperated episodes**, **2.92M frames**, and **40.5 hours** of data. Demonstrations are collected using a **hybrid teleoperation system** that couples an **Exoskeleton** (for arm control) with **Vision Pro** (for dexterous hand control), enabling precise 36-DoF bimanual manipulation on real hardware.
29
 
30
  <p align="center">
31
  <img src="assets/image/dataset.gif" alt="Dexora Multi-view Dataset" width="100%">
@@ -93,7 +95,7 @@ The Dexora simulation dataset contains **100K episodes** generated in **MuJoCo**
93
  | **Split** | **Episodes** | **Frames** | **Hours (approx.)** | **Task Types** |
94
  | :--------------- | -----------: | ---------: | -------------------: | :----------------------------------------------------------------------------- |
95
  | **Simulated** | **β€”β€”** | **β€”β€”** | TBD | Pick-and-place, assembly, articulation |
96
- | **Real-World** | **11.5K** | **2.92M** | **40.5** | Teleoperated bimanual tasks with high-DoF hands, cluttered scenes, fine-grain object interactions |
97
 
98
 
99
  ## πŸ“‚ Data Structure
@@ -105,48 +107,47 @@ Dexora follows the **LIBERO-2.1** dataset standard. Each episode is stored as a
105
  - **Actions**: low-level control commands compatible with 36-DoF bimanual control.
106
  - **Language**: High-level task descriptions. We provide **5 diverse natural language instructions** per task, distributed evenly across all trajectories to enhance linguistic diversity.
107
 
108
- An example high-level directory layout is:
109
 
110
  ```text
111
- data
112
- β”œβ”€β”€ real
113
- β”‚ β”œβ”€β”€ articulation
114
- β”‚ β”‚ └── ...
115
- β”‚ β”œβ”€β”€ assembly
116
- β”‚ β”‚ └── ...
117
- β”‚ β”œβ”€β”€ dexterous manipulation
118
- β”‚ β”‚ β”œβ”€β”€ data
119
- β”‚ β”‚ β”‚ β”œβ”€β”€ chunk-000
120
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000000.parquet
121
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000001.parquet
122
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000002.parquet
123
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
124
- β”‚ β”‚ β”‚ β”œβ”€β”€ chunk-001
125
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
126
  β”‚ β”‚ β”‚ β”œβ”€β”€ ...
127
- β”‚ β”‚ β”œβ”€β”€ meta
128
- β”‚ β”‚ β”‚ β”œβ”€β”€ episodes.jsonl
129
- β”‚ β”‚ β”‚ β”œβ”€β”€ episodes_stats.jsonl
130
- β”‚ β”‚ β”‚ β”œβ”€β”€ info.json
131
- β”‚ β”‚ β”‚ β”œβ”€β”€ modality.json
132
- β”‚ β”‚ β”‚ β”œβ”€β”€ stats.json
133
- β”‚ β”‚ β”‚ β”œβ”€β”€ tasks.jsonl
134
- β”‚ β”‚ β”œβ”€β”€ videos
135
- β”‚ β”‚ β”‚ β”œβ”€β”€ chunk-000
136
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ observation.images.front
137
- β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000000.mp4
138
- β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000001.mp4
139
- β”‚ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
140
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
141
- β”‚ β”‚ β”‚ β”œβ”€β”€ chunk-001
142
- β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
143
- β”‚ β”‚ β”‚ β”œβ”€β”€ ...
144
- β”‚ β”œβ”€β”€ pick_and_place
145
- β”‚ β”‚ └── ...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  β”‚ β”œβ”€β”€ ...
147
- β”œβ”€β”€ sim
148
- β”‚ β”œβ”€β”€ ...
149
-
150
  ```
151
 
152
  > **Note**: The exact folder names and file formats may be updated as we finalize the public release, but the overall **episode-centric LIBERO-2.1 structure** will be preserved.
 
15
  ## πŸ”₯ News & Updates
16
 
17
 
18
+ - **2025-12-03**: Released the full **Real-World Dataset** (**12.2K episodes**) on [Hugging Face](https://huggingface.co/datasets/Dexora/Dexora_Real-World_Dataset).
19
+ - **2025-12-12**: Released the **task-level** view of the real-world dataset (one folder per high-level task) on [Hugging Face](https://huggingface.co/datasets/Dexora/Dexora_Real-World_Dataset).
20
+ - **Coming soon**: We will open-source the full **100K-episode simulation dataset**.
21
 
22
  --
23
 
 
27
 
28
  ### A. Dexora Real-World Dataset (High-Fidelity)
29
 
30
+ The Dexora real-world dataset consists of **12.2K teleoperated episodes**, **2.92M frames**, and **40.5 hours** of data. Demonstrations are collected using a **hybrid teleoperation system** that couples an **Exoskeleton** (for arm control) with **Vision Pro** (for dexterous hand control), enabling precise 36-DoF bimanual manipulation on real hardware.
31
 
32
  <p align="center">
33
  <img src="assets/image/dataset.gif" alt="Dexora Multi-view Dataset" width="100%">
 
95
  | **Split** | **Episodes** | **Frames** | **Hours (approx.)** | **Task Types** |
96
  | :--------------- | -----------: | ---------: | -------------------: | :----------------------------------------------------------------------------- |
97
  | **Simulated** | **β€”β€”** | **β€”β€”** | TBD | Pick-and-place, assembly, articulation |
98
+ | **Real-World** | **12.2K** | **2.92M** | **40.5** | Teleoperated bimanual tasks with high-DoF hands, cluttered scenes, fine-grain object interactions |
99
 
100
 
101
  ## πŸ“‚ Data Structure
 
107
  - **Actions**: low-level control commands compatible with 36-DoF bimanual control.
108
  - **Language**: High-level task descriptions. We provide **5 diverse natural language instructions** per task, distributed evenly across all trajectories to enhance linguistic diversity.
109
 
110
+ We provide an additional **task-level** view (one folder per high-level task) on [Hugging Face](https://huggingface.co/datasets/Dexora/Dexora_Real-World_Dataset), alongside the original episode-centric **LIBERO-2.1** layout. The latest complete structure is:
111
 
112
  ```text
113
+ Dexora_Real-World_Dataset
114
+ β”œβ”€β”€ airbot_articulation
115
+ β”‚ β”œβ”€β”€ data
116
+ β”‚ β”‚ β”œβ”€β”€ chunk-000
117
+ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000000.parquet
118
+ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000001.parquet
 
 
 
 
 
 
 
 
 
119
  β”‚ β”‚ β”‚ β”œβ”€β”€ ...
120
+ β”‚ β”‚ β”œβ”€β”€ chunk-001
121
+ β”‚ β”‚ β”œβ”€β”€ ...
122
+ β”‚ β”œβ”€β”€ videos
123
+ β”‚ β”‚ β”œβ”€β”€ chunk-000
124
+ β”‚ β”‚ β”‚ β”œβ”€β”€ observation.images.front
125
+ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000000.mp4
126
+ β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ episode_000001.mp4
 
 
 
 
 
 
127
  β”‚ β”‚ β”‚ β”‚ β”œβ”€β”€ ...
128
+ β”‚ β”‚ β”œβ”€β”€ chunk-001
129
+ β”‚ β”‚ β”œβ”€β”€ ...
130
+ β”‚ β”œβ”€β”€ meta
131
+ β”‚ β”‚ β”œβ”€β”€ info.json
132
+ β”‚ β”‚ β”œβ”€β”€ episodes.jsonl
133
+ β”‚ β”‚ β”œβ”€β”€ episodes_stats.jsonl
134
+ β”‚ β”‚ β”œβ”€β”€ modality.json
135
+ β”‚ β”‚ β”œβ”€β”€ stats.json
136
+ β”‚ β”‚ β”œβ”€β”€ tasks.jsonl
137
+ β”œβ”€β”€ airbot_assemble
138
+ β”‚ └── ...
139
+ β”œβ”€β”€ airbot_dexterous
140
+ β”‚ └── ...
141
+ β”œβ”€β”€ airbot_pick_and_place
142
+ β”‚ └── ...
143
+ β”œβ”€β”€ task_level_episodes
144
+ β”‚ β”œβ”€β”€ apply_tape_to_bottle
145
+ β”‚ β”œβ”€β”€ arrange_apple_peach_pear
146
+ β”‚ β”œβ”€β”€ fold_towel_bimanual
147
+ β”‚ β”œβ”€β”€ move_toy_cars_from_plate_to_table
148
  β”‚ β”œβ”€β”€ ...
149
+ └── README.md
150
+ ```
 
151
  ```
152
 
153
  > **Note**: The exact folder names and file formats may be updated as we finalize the public release, but the overall **episode-centric LIBERO-2.1 structure** will be preserved.