--- license: cc-by-4.0 task_categories: - image-classification - feature-extraction - image-to-image tags: - tactile - gelsight - gelsight-mini - robotics - tactile-sensing - pretraining - self-supervised size_categories: - 100K R (3 colored LEDs); subsets where the upstream stored BGR are auto-detected (per-image R-B sign) and swapped to RGB. After this, every frame is guaranteed RGB. 3. **JPEG q=92 re-encode** + chunked-binary parquet writes (handles >2 GB shards safely). 4. **Object diversity preserved** — ~8,500 unique object instances across 13 physical sensor configurations. ## Schema (30 columns, every row identical) `image` (JPEG bytes), `source`, `domain` (`real`/`sim`), `markered` (bool), `gel_variant` (`markered`/`markerless`), `capture`, `split`, `height`, `width`, `obj_name`, `episode`, `frame_idx`, pose fields (`x_mm`, `y_mm`, `z_mm`, `quat_*`), FEATS fields (`indenter`, `indenter_param`, `f_x`, `f_y`, `f_z`, `grid_z_*`), `digit_class`, etc. — all optional fields are `null` when not applicable. For per-subset details (paper, license, processing recipe, sample grids, stats), see **[SOURCES.md](SOURCES.md)**. ## Sample images | | | |---|---| | **fota_labeled** (markerless) | **fota_labeled** (markered) | | ![](assets/samples_40_fota_labeled_markerless.png) | ![](assets/samples_40_fota_labeled_markered.png) | | **gelslam** | **feats** (markered + force) | | ![](assets/samples_40_gelslam.png) | ![](assets/samples_40_feats.png) | | **real_tactile_mnist** | **tacquad** (181 household objects) | | ![](assets/samples_40_real_tactile_mnist.png) | ![](assets/samples_40_tacquad.png) | | **sim_tactile_mnist** | **sim_starstruck** | | ![](assets/samples_40_sim_tactile_mnist.png) | ![](assets/samples_40_sim_starstruck.png) | ## Recommended uses - **Self-supervised pretraining** (VAE / MAE / SimCLR / DINO) — concat all `markerless` real subsets (~472K frames), then fine-tune. - **Pose / force regression** — fine-tune on `fota_labeled` (6-DoF), `threedcal` (xy + depth), or `feats` (3-axis force). - **Sim-to-real transfer** — pretrain on `sim_*`, fine-tune on real. - **Marker-invariance studies** — train markerless ↔ test on `feats` (markered). ## Citations Please cite both this aggregation **and** the upstream sources you use: - **FoTA** ([HF](https://huggingface.co/datasets/alanz-mit/FoundationTactile), [arXiv:2406.13640](https://arxiv.org/abs/2406.13640)) · MIT - **py3DCal** ([Zenodo](https://zenodo.org/records/18462608)) · CC-BY-4.0 - **FEATS** ([HF](https://huggingface.co/datasets/erikhelmut/FEATS)) · MIT - **GelSLAM** ([HF](https://huggingface.co/datasets/joehjhuang/GelSLAM_dataset), [arXiv:2508.15990](https://arxiv.org/abs/2508.15990)) · MIT - **TactileTracking / NormalFlow** ([HF](https://huggingface.co/datasets/joehjhuang/TactileTracking), RA-L 2024) · MIT - **Real Tactile MNIST** ([HF family](https://huggingface.co/TimSchneider42), [arXiv:2506.06361](https://arxiv.org/abs/2506.06361)) · CC-BY-2.0 - **FeelAnyForce** ([HF](https://huggingface.co/datasets/amirsh1376/FeelAnyForce)) · CC-BY-4.0 - **UniT** ([GitHub](https://github.com/ZeyuYong/UniT)) · BSD-3-Clause-style - **TacQuad / AnyTouch** ([HF](https://huggingface.co/datasets/xxuan01/TacQuad)) · CC-BY-4.0 - **Taxim** (sim renderer, [GitHub](https://github.com/Robo-Touch/Taxim), [arXiv:2109.04027](https://arxiv.org/abs/2109.04027)) ## Investigated but not included Touch-and-Go, TVL (Touch-Vision-Language), facebook/gelsight-force-estimation, YCB-Sight, TACTO/MidasTouch/DiffTactile — see [SOURCES.md](SOURCES.md#investigated-but-not-included) for reasons (wrong sensor, license, or not Mini-calibrated). ## License **CC-BY-4.0** for this aggregation. Cite the component datasets above. The companion [`yxma/gelsight-mini-pretrain-nc`](https://huggingface.co/datasets/yxma/gelsight-mini-pretrain-nc) repo adds Sparsh (CC-BY-NC-4.0) for non-commercial use.