Datasets:
- π Dataset Summary
- π‘ Why Embodiment-Agnostic?
- ποΈ Available Sub-Datasets
- π·οΈ Annotation Schema
- π Directory Structure
- π― Modalities in Detail
- π Segment ID Convention
- π JSONL Annotation Format
- π Quick Start
- β Data Quality & Validation
- π Processing Notes
- ποΈ Data Collection Setup
- π Citation
- π¬ Contact
- π
Changelog
π€ PalmDex: An Embodiment-Agnostic Tactile Manipulation Dataset
A growing, multimodal robotic manipulation dataset featuring synchronized dual-camera video, dual-hand tactile sensing, and hand pose tracking across diverse real-world environments. All demonstrations are collected via human teleoperation β without any specific robot embodiment β and annotated at the action-segment level with rich categorical labels.
This is a living dataset. New environments, tasks, and objects will be added over time. The current release covers chemistry laboratory operations. Future releases will expand to additional scenes such as kitchens, workshops, offices, grocery stores, and more. See the Annotation Schema for the full list of supported environments and object categories.
π Dataset Summary
| Property | Value |
|---|---|
| Design philosophy | Embodiment-agnostic β human hand demonstrations with tactile & visual sensing, transferable to any robot morphology |
| Environments | Multi-scene (currently: chemistry lab; planned: kitchen, workshop, office, store, etc.) |
| Current tasks | Mortar & pestle grinding, Crucible tongs transfer |
| Total annotated segments | 1,001 (and growing) |
| Total raw episodes | ~300+ |
| Modalities | Ego-view video, side-view video, dual-hand tactile pressure (256-d Γ 2), hand pose (72-d) |
| Video resolution | 640 Γ 480 @ 30 FPS |
| Video codec | AV1 (raw), H.264/MP4 (annotated segments) |
| Tactile sensor | Dual tactile gloves, 256 channels per hand, float32 |
| Total size | ~8.6 GB (current release) |
| Data format | LeRobot v3.0 (raw) + JSONL annotations + Apache Parquet (tactile) |
π‘ Why Embodiment-Agnostic?
Traditional robot manipulation datasets are tightly coupled to a specific robot platform. This dataset takes a fundamentally different approach:
- Human hands as the universal demonstrator β Demonstrations are performed by human operators wearing sensorized tactile gloves, capturing the natural dexterity, force modulation, and multi-finger coordination that is difficult to obtain from any single robot embodiment.
- Transferable to any morphology β The rich multi-modal signals (vision + tactile + hand pose) can be retargeted to different robot hands, grippers, or end-effectors via learned or analytic mappings.
- Scalable across environments β The portable data collection rig allows rapid deployment in diverse real-world settings without robot-specific setup, enabling the dataset to grow across many environments and tasks.
ποΈ Available Sub-Datasets
The dataset is organized by recording session. Each sub-dataset is a self-contained package with raw data and cleaned annotations. Sub-datasets are grouped below by environment and task.
π§ͺ Chemistry Lab
Task 1: Mortar and Pestle Grinding
| Sub-Dataset | Segments | Action Sequence | Size |
|---|---|---|---|
0508_1_mortar_pestle |
214 | picking up β grinding β placing | 1.5 GB |
0508_2_mortar_pestle |
201 | picking up β grinding β placing | 2.4 GB |
| Subtotal | 415 | 3.9 GB |
Task 2: Crucible Tongs Transfer
| Sub-Dataset | Segments | Action Sequence | Size |
|---|---|---|---|
0508_3_crucible_tongs_transfer |
349 | picking up β clamping & transferring β placing β restoring | 1.5 GB |
0508_4_crucible_tongs_transfer |
237 | picking up β clamping & transferring β placing | 3.2 GB |
| Subtotal | 586 | 4.7 GB |
π Coming Soon
Additional environments and tasks are in preparation, including but not limited to:
| Environment | Example Tasks | Status |
|---|---|---|
| Kitchen | Object sorting, tool use | Planned |
| Workshop | Assembly, tool manipulation | Planned |
| Office | Stationery handling, organizing | Planned |
| Grocery Store | Product picking, shelf stocking | Planned |
| Living Room | Everyday object manipulation | Planned |
Each new environment will follow the same data format and annotation schema, ensuring full compatibility across the entire dataset.
π·οΈ Annotation Schema
The annotation schema is designed to be environment-agnostic and extensible. New environments, objects, and actions can be added without breaking existing data.
Each annotated segment is labeled with the following multi-dimensional categorical attributes:
Label Categories
| Category | Type | Description |
|---|---|---|
environment |
single-select | Scene / location of the task |
object |
single-select | Object(s) being manipulated |
action |
single-select | Fine-grained action label |
grasp_type |
single-select | Grasp taxonomy classification |
notes |
free-text | Annotator notes per segment |
Supported Environments (Expandable)
The schema currently supports the following environments, with new entries added as data collection expands:
hardware store Β· office 1 Β· office 2 Β· grocery store 1 Β· grocery store 2
workshop Β· kitchen Β· sports store Β· bedroom Β· plant store
restaurant 1 Β· restaurant 2 Β· living room Β· biochemistry lab
wet lab bench Β· solution preparation station Β· distillation station
fume hood Β· sterile workbench Β· analytical instrument station
cold storage area Β· waste disposal area Β· chemistry lab Β· ...
Supported Grasp Types
Small Diameter Β· Tip Pinch Β· Prismatic 2 Finger Β· Prismatic 3 Finger
Index Finger Extension Β· Medium Wrap Β· Palmar Β· Fixed Hook
Light Tool Β· Precision Sphere Β· ...
Current Action Labels by Task
Mortar & Pestle Grinding:
picking up β grinding β placing
Crucible Tongs Transfer:
picking up β clamping and transferring β placing [β restoring object position]
Action Distribution (Current Release)
| Action | 0508_1 | 0508_2 | 0508_3 | 0508_4 | Total |
|---|---|---|---|---|---|
| picking up | 72 | 67 | 116 | 79 | 334 |
| grinding | 72 | 67 | β | β | 139 |
| placing | 70 | 67 | 116 | 79 | 332 |
| clamping and transferring | β | β | 116 | 79 | 195 |
| restoring object position | β | β | 1 | β | 1 |
π Directory Structure
Each sub-dataset follows a consistent structure:
<dataset_root>/
βββ README.md β This file (top-level)
βββ <session_id>_<task_name>/ β Sub-dataset package
β βββ README.md β Sub-dataset description
β βββ dataset_metadata.json β Machine-readable metadata
β βββ checksums.sha256 β Package-level integrity checksums
β βββ raw/
β β βββ lerobot/<raw_id>/ β Original LeRobot v3.0 dataset
β β βββ data/ β Parquet data files (tactile, state, etc.)
β β βββ videos/ β Full-episode AV1 video streams
β β βββ images/ β (if applicable)
β β βββ meta/ β info.json, stats.json, tasks.parquet, ...
β β βββ sync_diagnostics/ β Timing / synchronization logs
β βββ annotated/
β βββ annotations.jsonl β All segment annotations (1 JSON per line)
β βββ schema.json β Annotation schema definition
β βββ manifest.json β File manifest for all segments
β βββ validation_report.json β Automated QA report
β βββ release_report.json β Release summary
β βββ checksums.sha256 β Annotated-subset checksums
β βββ segments/
β βββ train/
β βββ rbt_epXXXXXX_sXXXXXX/ β Per-segment directory
β βββ ego.mp4 β Ego-view video clip
β βββ side.mp4 β Side-view video clip
β βββ data.parquet β Tactile + state data
β βββ meta.json β Segment metadata & labels
βββ ... β More sub-datasets
π― Modalities in Detail
1. Visual β Dual-Camera Video
Each episode is recorded from two synchronized camera viewpoints:
| Camera | Key | Resolution | FPS | Codec |
|---|---|---|---|---|
| Ego-view | observation.images.ego |
640 Γ 480 | 30 | AV1 (raw) / H.264 (annotated) |
| Side-view | observation.images.side |
640 Γ 480 | 30 | AV1 (raw) / H.264 (annotated) |
- Raw episodes: Full uncut videos stored under
raw/lerobot/*/videos/. - Annotated segments: Trimmed video clips per action segment stored as
ego.mp4andside.mp4.
2. Tactile β Dual-Hand Pressure Arrays
High-resolution tactile data from sensorized gloves, recorded at 30 Hz:
| Channel | Key | Shape | Dtype | Description |
|---|---|---|---|---|
| Left hand | observation.tactile_left |
(256,) | float32 | Raw pressure values from left-hand tactile glove |
| Right hand | observation.tactile_right |
(256,) | float32 | Raw pressure values from right-hand tactile glove |
- Tactile routing protocol: Header (4 bytes) + Sequence (1 byte) + Type (1 byte) + Data
- Type
0x01β Left hand, Type0x02β Right hand - Per-segment tactile data is stored in
data.parquetfiles
3. Hand Pose β Teleoperation State
Full articulated hand pose captured via the UDexReal hand-tracking system:
| Key | Shape | Dtype | Description |
|---|---|---|---|
observation.udexreal |
(72,) | float32 | Dual-hand bone positions, rotations, scales, and finger joint parameters |
The 72-dimensional vector encodes:
- Head bone: Location (3D), Parent, Rotation (3D), Scale (3D) β 10 dims
- Left hand: Calibration status + 24 joint parameters + joystick/button states β 31 dims
- Right hand: Calibration status + 24 joint parameters + joystick/button states β 31 dims
π Segment ID Convention
All segment IDs follow the format:
rbt_ep{EPISODE:06d}_s{SEGMENT:06d}
ep= Episode index (from the original LeRobot dataset)s= Globally unique segment index within the sub-dataset
Example: rbt_ep000002_s000001 = Episode 2, Segment 1
π JSONL Annotation Format
Each line in annotations.jsonl is a self-contained JSON object:
{
"segment_id": "rbt_ep000002_s000001",
"episode_idx": 2,
"start_frame": 6,
"end_frame": 94,
"labels": {
"environment": "chemistry lab",
"object": "mortar and pestle",
"action": "picking up",
"grasp_type": "Small Diameter"
},
"outcome": {
"success_frame": null,
"final_success": null,
"events": []
},
"notes": "η 磨η©δ½",
"workflow_status": "approved"
}
Per-Segment meta.json Format
{
"segment_id": "rbt_ep000002_s000001",
"source": {
"dataset_id": "0508",
"episode_idx": 2,
"start_frame": 6,
"end_frame": 94,
"start_time_sec": 0.2,
"end_time_sec": 3.133,
"fps": 30.0
},
"labels": {
"environment": "chemistry lab",
"object": "mortar and pestle",
"action": "picking up",
"grasp_type": "Small Diameter"
},
"outcome": { ... },
"notes": "η 磨η©δ½"
}
π Quick Start
Loading Annotations
import json
annotations = []
with open("0508_1_mortar_pestle/annotated/annotations.jsonl") as f:
for line in f:
annotations.append(json.loads(line))
# Filter by action
grinding_segments = [a for a in annotations if a["labels"]["action"] == "grinding"]
print(f"Grinding segments: {len(grinding_segments)}")
Loading Tactile Data
import pandas as pd
# Load per-segment tactile data
df = pd.read_parquet(
"0508_1_mortar_pestle/annotated/segments/train/rbt_ep000002_s000001/data.parquet"
)
print(df.columns.tolist())
print(df.shape)
Loading Segment Video
import cv2
cap = cv2.VideoCapture(
"0508_1_mortar_pestle/annotated/segments/train/rbt_ep000002_s000001/ego.mp4"
)
fps = cap.get(cv2.CAP_PROP_FPS)
frame_count = int(cap.get(cv2.CAP_PROP_FRAME_COUNT))
print(f"FPS: {fps}, Frames: {frame_count}")
cap.release()
Using with LeRobot (Raw Data)
The raw/lerobot/ directories are compatible with the LeRobot framework (codebase v3.0):
# Raw dataset can be loaded with LeRobot's dataset loader
# Refer to https://github.com/huggingface/lerobot for details
β Data Quality & Validation
- All annotated segments have passed automated validation (0 P0 critical errors)
- Validation issues are limited to P1 informational notes (
P1_LEGACY_APPROVED_NEEDS_REVIEWβ indicating segments migrated from a legacy annotation workflow) - SHA-256 checksums are provided at both the package level (
checksums.sha256) and the annotated subset level (annotated/checksums.sha256)
Validation Summary (Current Release)
| Sub-Dataset | P0 (Critical) | P1 (Info) | P2 (Warning) |
|---|---|---|---|
| 0508_1_mortar_pestle | 0 | 214 | 0 |
| 0508_2_mortar_pestle | 0 | 201 | 0 |
| 0508_3_crucible_tongs_transfer | 0 | 345 | 0 |
| 0508_4_crucible_tongs_transfer | 0 | 237 | 0 |
Integrity Verification
# Verify full package integrity
cd 0508_1_mortar_pestle
sha256sum -c checksums.sha256
# Verify annotated subset only
cd annotated
sha256sum -c checksums.sha256
π Processing Notes
Label Normalization
- In sub-datasets
0508_1and0508_4, the originalmovingandpicking upstages were merged into a singlepicking uplabel to ensure consistency across the dataset. - In
0508_4, the originaladjustingstage was normalized toclamping and transferring.
Scope of 0508_4
The original 0508_4 LeRobot recording contains more than one task. Episodes 001β096 correspond to the crucible-tongs transfer task, while episodes starting from 097 correspond to stirring a beaker solution with a glass rod. Only the crucible-tongs transfer subset (79 cleaned episodes) is included in the annotated release. Episodes 080 and 095 were excluded during quality control.
ποΈ Data Collection Setup
| Component | Specification |
|---|---|
| Teleoperation system | UDexReal hand-tracking gloves with integrated tactile sensing |
| Cameras | Dual RGB cameras (ego-view + side-view), 640Γ480, 30 FPS |
| Tactile sensors | Dual tactile gloves, 256 pressure channels per hand |
| Recording framework | LeRobot v3.0 |
| Annotation tool | Custom JSONL-based annotation pipeline with schema validation |
| Data synchronization | Hardware-triggered, verified via sync_diagnostics/ |
The entire collection rig is portable and can be deployed across different environments without any robot-specific hardware, enabling rapid scaling to new scenes and tasks.
π Citation
If you use this dataset in your research, please cite:
@misc{tactile_manipulation_2026,
title = {Embodiment-Agnostic Tactile Manipulation Dataset},
author = {Rimbot},
year = {2026},
publisher = {Hugging Face},
note = {A growing multimodal dataset with synchronized dual-camera
video, dual-hand tactile sensing, and hand pose tracking
for dexterous manipulation across diverse real-world environments}
}
π¬ Contact
For questions, issues, or collaboration inquiries, please open an issue on this Hugging Face dataset repository.
π Changelog
| Date | Update |
|---|---|
| 2026-05-23 | Initial release β Chemistry Lab: mortar & pestle grinding (Γ2) + crucible tongs transfer (Γ2) |
- Downloads last month
- 10,538
