CoolFace
Datasetpublic

TacVerse/opendata

Language: English (current) · 中文 Representative frames from TacVerse's bimanual demonstrations. Collected with XTac-UMI-G1 grippers, released as LeRobot datasets. TacVerse Open Data Collection of 122 LeRobot v3.0 task datasets — 17,690 episodes, 370.2 hours, 40.0M frames, ~145 GB. Each subfolder is a standalone LeRobot dataset (meta/info.json, data/, videos/). Collection timestamps have been removed from titles and metadata. Every frame carries six synchronized video… See the full description on the dataset page: https://huggingface.co/datasets/TacVerse/opendata.

sourceHugging Facecc-by-sa-4.0updated 5d agoView on Hugging Face
6likes5.6kdownloads
Dataset Card

<p align="right"><b>Language:</b> <b>English (current)</b> · <a href="https://huggingface.co/datasets/TacVerse/opendata/blob/main/README_zh.md">中文</a></p>

<img src="assets/footer.png" width="100%" alt="Xense Robotics"/>

<p align="center"><em>Representative frames from TacVerse's bimanual demonstrations.</em></p>

<img src="assets/teaser.png" width="100%" alt="TacVerse collection and processing pipeline"/>

<p align="center"><em>Collected with XTac-UMI-G1 grippers, released as LeRobot datasets.</em></p>

TacVerse Open Data

Collection of 122 LeRobot v3.0 task datasets — 17,690 episodes, 370.2 hours, 40.0M frames, ~145 GB. Each subfolder is a standalone LeRobot dataset (meta/info.json, data/, videos/). Collection timestamps have been removed from titles and metadata.

Every frame carries six synchronized video streams — two wrist cameras and four Xense Neutron visuotactile channels (two per gripper) — at 30 fps, alongside per-hand 6-DoF pose and continuous jaw aperture.

python
from huggingface_hub import snapshot_download
from lerobot.datasets.lerobot_dataset import LeRobotDataset

root = snapshot_download("TacVerse/opendata", repo_type="dataset")
ds = LeRobotDataset("taccap-g1-wipe-mirror", root=f"{root}/taccap-g1-wipe-mirror")

At a glance

This collectionPlanned total
Task datasets122350+
Scene families33
Episodes17,690~480,000
Hours370.210,000+
Frames39,977,972~1.1B
Frame rate30 fps30 fps
Visual streams2 wrist (640×480)
Tactile streams4 (700×400)
Robot typebi_taccap_gripper
FormatLeRobot v3.0LeRobot v3.0
Total size~145 GB~13 TB
Size per hour0.39 GB

This collection is measured from this repository. Planned total is the TacVerse programme's target — this release is one openly published slice of it; see the landing page for programme-wide figures. Planned episodes, frames and size are all extrapolated from this repository's own density (48 episodes and 0.39 GB per hour); the planned size follows the programme's own 1.3 GB per hour, not this repository's re-encoded density.

Scenes

The collection spans three scene families.

<p align="center"> <img src="assets/scenes.png" width="680" alt="Scene families and representative objects"/> </p>

SceneDatasetsEpisodesHours
Office443,02855.5
Home7013,124286.9
Workbench81,53827.7
Total12217,690370.2

Task families

SceneTask familyDatasetsEpisodesHoursLargest tasks
OfficeDesk tidying51382.7arrange-desk-items, remove-item-from-display-cover, put-item-in-display-cover
Document handling3511.5flip-bound-document, pull-single-sheet, organize-folders
Stationery2311.5paper-punching, arrange-pens-sticky-notes
Print area32319.3organize-printing-paper-stack, organize-printing-papers-stack, remove-and-place-paper
Meeting room4652.6organize-meeting-table-items, prepare-whiteboard-marker, align-remote-and-laser-pointer
Pantry71943.9tear-open-the-coffee-bag, scoop-coffee-granules, grasp-the-water-cup-and-twist-off-the-cup-lid
Cable management121,82428.7plug-the-charger-into-the-power-strip, connect-the-charger-to-the-type-c-data-cable, locate-cover-grip-clip-into-slot
Connectors and ports84945.2unplug-usb-cable-from-port, insert-usb-connector-into-port, put-earphone-into-case
HomeKitchen and dining151,25639.3place-food-with-tongs, rotate-seasoning-bottle-to-target, place-egg-into-egg-tray
Drinks and food service63298.5place-paper-cup, pick-up-bread-slices, assemble-and-place-cup
Food packaging1092513.1open-resealable-bag, arrange-food-packaging-bags, pick-up-marshmallows
Household items132,77851.9arrange-tabletop-items, press-remote-buttons, place-chess-pieces
Cabinets and storage63,26766.2operate-shoe-box, snap-plastic-buckle, insert-hook-assembly
Cleaning41,13116.8wipe-mirror, clean-desk, mask-extraction-and-stacking
Clothing and textiles52,38954.6fold-garment, open-folded-towel, fold-towel
Personal care799634.5arrange-skincare-products, cosmetics-are-scanned-and-boxed, press-pump-bottle
Medical and lab4532.0liquid-medicine-bottles-cartoning, arrange-medicine-boxes, identify-and-place-reagent-bottle
WorkbenchPrecision assembly31,06119.2place-washer-onto-stud, insert-divider, insert-jst-connector
Inspection and sorting54778.6compare-elastomer-hardness, sort-resistors, sort-screws-nuts-washers-into-bins

Sensor key map

<p align="center"> <img src="assets/sensorkeymap.png" width="760" alt="Sensor key map — each image stream keyed to its physical mount"/> </p>

<p align="center"><em>Tactile keys map to fingertip sensors; wrist keys to gripper cameras.</em></p>

This collection carries the two wrist and four tactile keys only; it has no head streams.

Provenance

These datasets were assembled from the TacVerse capture programme and re-exported for this release. They do not carry meta/sessions.json, so the per-day capture sessions behind each task are not recoverable from the files themselves.

End-effector poses were recomputed where the capture stack had not yet applied the measured tracker→TCP mount transform (added upstream on 2026-08-01). Only the 9 pose dimensions per arm were touched — jaw aperture, wrist video and tactile video are the captured values throughout.

License

Citation

BibTeX:

bibtex
@misc{tacverse2026,
  title        = {TacVerse: A Large-Scale Bimanual Visuo-Tactile Manipulation Dataset},
  author       = {Xense Robotics},
  year         = {2026},
  howpublished = {\url{https://huggingface.co/datasets/TacVerse/TacVerse}},
  note         = {Collected with the XTac-UMI-G1 handheld gripper and Xense Neutron visuotactile sensors}
}
TacVerse/opendata · CoolFace