File size: 8,822 Bytes
05d2fd9 4c7dfaf | 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 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | # Overview
The embodied intelligence industry is currently facing significant development challenges. The most critical issue is the lack of high-quality data, particularly omnimodal data that integrates force and tactile sensing. The PaXini introduces the PX OmniSharing Dataset, built on the PaXini Super EID Factory, enabling large-scale, high-fidelity human data collection across diverse tasks and scenarios.
The dataset includes multi-dimensional tactile data, multi-view visual data, voice, text, proprioception, and spatial trajectories, comprehensively addressing the challenge of rapid generalization for embodied agents across diverse scenarios. Together with the PX OmniSharing Toolkit, it provides an end-to-end pipeline for efficient data processing and model development.
The following tasks have been updated in this dataset:
<table>
<thead>
<tr>
<th>Scenarios</th>
<th>Task</th>
<th>Quantity</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">Office Scene</td>
<td>Cleaning Computer Keyboard</td>
<td>100</td>
</tr>
<tr>
<td>Assembling Triple File Basket</td>
<td>100</td>
</tr>
<tr>
<td>Disassembling Triple File Basket</td>
<td>100</td>
</tr>
<tr>
<td>Restaurant Scene</td>
<td>Beer Storage</td>
<td>100</td>
</tr>
<tr>
<td>Automotive Scene</td>
<td>Cable Insertion - Cable Connection</td>
<td>100</td>
</tr>
<tr>
<td>Home Scene</td>
<td>Building Block Storage</td>
<td>100</td>
</tr>
<tr>
<td>Industrial Scene</td>
<td>Bolt Kit Assembly</td>
<td>100</td>
</tr>
<tr>
<td>Supermarket Scene</td>
<td>Glasses Cleaning</td>
<td>100</td>
</tr>
<tr>
<td>Primitive Action Scene</td>
<td>Insert and Remove</td>
<td>100</td>
</tr>
</tbody>
</table>
---
# Get Started
## Download the Dataset
To download the full dataset, you can use the following code. If you encounter any issues, please refer to the official Hugging Face documentation.
```bash
# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install
# When prompted for a password, use an access token with write permissions.# Generate one from your settings: https://huggingface.co/settings/tokens
git clone https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
```
Subfolder only (e.g., part_07):
```bash
# Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install
# Initialize an empty Git repository
git init Omnisharing_DB_SampleData
cd Omnisharing_DB_SampleData
# Set the remote repository
git remote add origin https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData
# Enable sparse-checkout
git sparse-checkout init
# Specify the folders and files
git sparse-checkout set data/part_07
# Pull the data
git pull origin main
```
The whole dataset covers 10 different tasks. You can find relevant information in the meta group inside each HDF5.
---
# Dataset Structure
The PX OmniSharing Toolkit processing workflow involves four primary data categories: DF-1, DF-2, DF-2R, and DF-3. The corresponding data structure formats are illustrated below:
<table>
<colgroup>
<col style="width: 140px;">
<col style="width: 360px;">
<col style="width: 120px;">
<col style="width: 110px;">
<col style="width: 360px;">
</colgroup>
<thead>
<tr>
<th>Data Format Naming</th>
<th>Description</th>
<th>Custom Format</th>
<th>Suffix</th>
<th>Data File Name Example</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>DF-1</strong></td>
<td>The overall input: raw data after preprocessing and quality inspection</td>
<td>Yes (HDF5)</td>
<td>No Suffix</td>
<td><code>episode_11_111219_112_120024.hdf5</code></td>
</tr>
<tr>
<td><strong>DF-2</strong></td>
<td>1st output: DF-1 with encoder and tactile data parsed; adds bimanual and object poses; includes both action and observation</td>
<td>Yes (HDF5)</td>
<td><code>"_glove"</code></td>
<td><code>episode_11_111219_112_120024_glove.hdf5</code></td>
</tr>
<tr>
<td><strong>DF-2R</strong></td>
<td>2nd output: DF-2 retargeted to a dexterous hand model</td>
<td>Yes (HDF5)</td>
<td><code>"_{MODEL}"</code></td>
<td>
<code>episode_11_111219_112_120024_dh13.hdf5</code> (retargeting to DexH13)<br>
<code>episode_11_111219_112_120024_mano.hdf5</code> (retargeting to MANO)<br>
...
</td>
</tr>
<tr>
<td><strong>DF-3</strong></td>
<td>3rd output: converts DF-2R to the LeRobot dataset format; can be used for VLA model training</td>
<td>No</td>
<td>No Suffix</td>
<td>-</td>
</tr>
</tbody>
</table>
The sample data has undergone pose estimation & parsing, and is provided in the standardized DF-2 format. For access to raw data, don't hesitate to get in touch with us omnisharingdb@paxini.com, or visit our dataset marketplace: https://dataset-mall.paxini.com/.
For advanced formats such as DF-2R or DF-3, users can perform conversion and further processing through the PX OmniSharing Toolkit, available on GitHub: https://github.com/px-DataCollection/px_omnisharing_dataprocess_kit.
## DF-2(Data Format-2):
```text
/dataset
├── attributes # e.g., generated_time, data_id (compressed error info)
├── action # Action signals (no tactile)
│ ├── lefthand
│ │ ├── attributes # description, etc.
│ │ ├── joints
│ │ │ ├── data # (n, 29) joint angles in URDF joint order
│ │ │ └── attributes # joint_names = [...]
│ │ └── handpose
│ │ ├── data # (n, 7)
│ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
│ └── righthand
│ ├── attributes # description, hand_name, urdf, etc.
│ ├── joints
│ │ ├── data # (n, 29)
│ │ └── attributes # joint_names = [...]
│ └── handpose
│ ├── data # (n, 7)
│ └── attributes # order = [x, y, z, qw, qx, qy, qz]
└── observation # Episode state
├── audio # Compressed audio stream (includes text)
├── image
│ ├── RGB_CameraXXX
│ │ ├── data # 1D compressed payload
│ │ ├── extrinsics
│ │ └── intrinsics # attrs include width/height
│ ├── RGBD_XXX
│ │ ├── data # 1D compressed payload
│ │ ├── extrinsics
│ │ ├── intrinsics
│ │ └── attributes # width/height
│ └── [...]
├── lefthand
│ ├── attributes # description, etc.
│ ├── joints
│ │ ├── data # (n, 29)
│ │ └── attributes # joint_names = [...]
│ ├── handpose
│ │ ├── data # (n, 7)
│ │ └── attributes # order = [x, y, z, qw, qx, qy, qz]
│ └── tactile
│ ├── data # (n, 3465)
│ └── attributes # sensor_names, sensor_lengths, etc.
├── righthand
│ ├── attributes
│ ├── joints
│ │ ├── data # (n, 29)
│ │ └── attributes
│ ├── handpose
│ │ ├── data # (n, 7)
│ │ └── attributes
│ └── tactile
│ ├── data # (n, 3465)
│ └── attributes
├── obj1
│ ├── data # (n, 17)
│ └── attributes # obj_name, obj_id, order/detail
├── obj2
└── [...]
```
---
# License and Citation
All the data within this repo is licensed under CC BY-NC-SA 4.0. Please consider citing our project if it contributes to your research.
```bash
@misc{PX OmniSharing DB,
title = {PX OmniSharing DB},
author = {PX OmniSharing DB},
howpublished = {\url{https://huggingface.co/datasets/paxini/Omnisharing_DB_SampleData}},
year = {2026}
}
``` |