yxma commited on
Commit
66164cf
·
verified ·
1 Parent(s): 5f50eb9

UniT: re-ingest with contact filter (11,340 → 387 kept); fix gel_variant to markered (gel has visible dot pattern). Update docs: remove TVL (was DIGIT not Mini), add to Investigated. Grand total: 852,915 frames.

Browse files
README.md CHANGED
@@ -88,10 +88,6 @@ configs:
88
  path: tacquad/data_outdoor-*.parquet
89
  - split: data_fine
90
  path: tacquad/data_fine-*.parquet
91
- - config_name: tvl
92
- data_files:
93
- - split: train
94
- path: tvl/train-*.parquet
95
  ---
96
 
97
  # GelSight Mini Pretrain
@@ -266,9 +262,8 @@ per-axis distributions.
266
  | `feelanyforce` | FeelAnyForce force-controlled indentations | **50,997** | markerless² | object name |
267
  | `sim_tactile_mnist` | **SIM** · Taxim-rendered Mini imagery of digit touches | **150,601** (102K train + 49K test; raw upstream + stride=2 + I_min=10) | markerless | digit class + episode |
268
  | `sim_starstruck` | **SIM** · Taxim-rendered Mini imagery of star objects | **166,104** (150K train + 16K test; raw upstream + stride=3 + I_min=10) | markerless | episode |
269
- | `unit` | UniT continuous 3D-pose tracking | **11,340** | markerless | 3D-pose target (x,y,z,yaw) |
270
  | `tacquad` | TacQuad quad-sensor benchmark (Mini stream) | **12,195** (5K indoor + 4K outdoor + 3K fine, 181 objects) | markerless | object name + environment |
271
- | `tvl` | TVL Touch-Vision-Language paired tactile+RGB+caption | **209,795** (HCT + SSVTP subsets; multi-resolution: 640×480 + 320×240) | markerless | session id + paired RGB + GPT-4V caption (RGB+text not stored) |
272
 
273
  ¹ FoTA used **different gels on the two gripper fingers** for many of its captures. Approximately 36 of 124 captures use a markered gel on the right finger and a markerless gel on the left; the remaining 88 captures use markerless gels on both. The per-row `markered` column was set by averaging ~50 frames per capture and counting visible dark dots in the mean image (threshold ≥10 dots). Use it to filter:
274
 
 
88
  path: tacquad/data_outdoor-*.parquet
89
  - split: data_fine
90
  path: tacquad/data_fine-*.parquet
 
 
 
 
91
  ---
92
 
93
  # GelSight Mini Pretrain
 
262
  | `feelanyforce` | FeelAnyForce force-controlled indentations | **50,997** | markerless² | object name |
263
  | `sim_tactile_mnist` | **SIM** · Taxim-rendered Mini imagery of digit touches | **150,601** (102K train + 49K test; raw upstream + stride=2 + I_min=10) | markerless | digit class + episode |
264
  | `sim_starstruck` | **SIM** · Taxim-rendered Mini imagery of star objects | **166,104** (150K train + 16K test; raw upstream + stride=3 + I_min=10) | markerless | episode |
265
+ | `unit` | UniT continuous 3D-pose tracking | **387** (heavily filtered; only ~3% of 11,340 raw frames have actual LED-on contact) | **markered** | 3D-pose target (x,y,z,yaw) |
266
  | `tacquad` | TacQuad quad-sensor benchmark (Mini stream) | **12,195** (5K indoor + 4K outdoor + 3K fine, 181 objects) | markerless | object name + environment |
 
267
 
268
  ¹ FoTA used **different gels on the two gripper fingers** for many of its captures. Approximately 36 of 124 captures use a markered gel on the right finger and a markerless gel on the left; the remaining 88 captures use markerless gels on both. The per-row `markered` column was set by averaging ~50 frames per capture and counting visible dark dots in the mean image (threshold ≥10 dots). Use it to filter:
269
 
SOURCES.md CHANGED
@@ -540,7 +540,13 @@ bearing.
540
 
541
  | Subset | Frames | Resolution | Markered / Markerless | Splits |
542
  |--------|-------:|------------|----------------------:|--------|
543
- | `unit` | 11,340 | 320 × 240 | 0 / 11,340 | train 11,340 |
 
 
 
 
 
 
544
 
545
  **40 random samples:**
546
 
@@ -591,53 +597,6 @@ real-world objects) in the entire dataset.
591
 
592
  ---
593
 
594
- ## 12 · TVL — Touch-Vision-Language paired tactile + RGB + caption (`tvl`)
595
-
596
- **Intro.** TVL (Fu et al., ICML 2024) is a multimodal alignment dataset
597
- with ~44K paired vision-touch examples plus English captions (10%
598
- human-annotated, 90% GPT-4V pseudo-labels). The underlying tactile
599
- sensor is GelSight Mini and the dataset has two subsets:
600
- - **HCT** (hand-collected touches): 3 data folders of timestamped touch
601
- trajectories with separate `tactile/` + `vision/` subfolders per
602
- touch.
603
- - **SSVTP**: a smaller subset with `images_tac/` + `images_rgb/` +
604
- `text/` for human-captioned alignment.
605
-
606
- We ingest **only the tactile images**. Captions and paired RGB are
607
- preserved upstream but not stored in this aggregate.
608
-
609
- **Source release.**
610
- - 🤗 [`mlfu7/Touch-Vision-Language-Dataset`](https://huggingface.co/datasets/mlfu7/Touch-Vision-Language-Dataset)
611
- (original, has a known tactile/image folder-swap bug)
612
- - 🤗 [`yoorhim/TVL-revise`](https://huggingface.co/datasets/yoorhim/TVL-revise)
613
- (corrected fork — **what we use**)
614
- - 📜 License: research/academic use only (paper-stated; no explicit
615
- CC license in HF metadata)
616
-
617
- **Original format.** 8-part sharded zip (~75 GB total). After combining
618
- with `zip -s 0` and unzipping, ~410K JPEG files split across HCT
619
- (640×480) and SSVTP (240×320) — **two distinct tactile resolutions**.
620
- Pipeline handles per-resolution baselines.
621
-
622
- **How we processed it.** Walked HCT + SSVTP tactile-only directories,
623
- applied area+intensity filter (I_min=12) **per resolution** (separate
624
- gel-at-rest baselines for 640×480 vs 240×320). Channel-order
625
- auto-normalized.
626
-
627
- **Stats after processing.**
628
-
629
- | Subset | Frames | Resolution | Markered / Markerless | Splits |
630
- |--------|-------:|------------|----------------------:|--------|
631
- | `tvl` | 209,795 | mixed (640×480 HCT + 240×320 SSVTP) | 0 / 209,795 | train 209,795 |
632
-
633
- The dataset is dominated by the HCT subset (~200K@640×480) with a
634
- smaller SSVTP contribution (~10K@240×320).
635
-
636
- **40 random samples:**
637
-
638
- ![tvl](assets/samples_40_tvl.png)
639
-
640
- ---
641
 
642
  ## Investigated but not included
643
 
@@ -647,6 +606,15 @@ smaller SSVTP contribution (~10K@240×320).
647
  [`yxma/gelsight-mini-pretrain-nc`](https://huggingface.co/datasets/yxma/gelsight-mini-pretrain-nc),
648
  where it is now superseded by `sparsh` — the same data at a larger
649
  upstream snapshot.)
 
 
 
 
 
 
 
 
 
650
  - **Touch-and-Go** (Yang et al., NeurIPS 2022, [GitHub](https://github.com/fredfyyang/Touch-and-Go)) —
651
  **uses a different GelSight model, not the Mini.** The dataset's
652
  `gelsight.mp4` clips show 640×480 frames with white-light illumination
 
540
 
541
  | Subset | Frames | Resolution | Markered / Markerless | Splits |
542
  |--------|-------:|------------|----------------------:|--------|
543
+ | `unit` | 387 | 320 × 240 | 387 / 0 | train 387 |
544
+
545
+ After re-ingesting with the contact filter (initially we kept all 11,340
546
+ frames assuming continuous contact, but 86% turned out to be near-black
547
+ LED-off frames), only **387 frames** show actual gel contact. The visible
548
+ frames clearly show **markered gel** (regular dot pattern), so this
549
+ subset goes in the markered pool.
550
 
551
  **40 random samples:**
552
 
 
597
 
598
  ---
599
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
600
 
601
  ## Investigated but not included
602
 
 
606
  [`yxma/gelsight-mini-pretrain-nc`](https://huggingface.co/datasets/yxma/gelsight-mini-pretrain-nc),
607
  where it is now superseded by `sparsh` — the same data at a larger
608
  upstream snapshot.)
609
+ - **TVL — Touch-Vision-Language** (Fu et al., ICML 2024,
610
+ [project](https://tactile-vlm.github.io/),
611
+ [dataset](https://huggingface.co/datasets/mlfu7/Touch-Vision-Language-Dataset))
612
+ — **uses a DIGIT sensor, not GelSight Mini.** Quote from project page:
613
+ *"Tactile data are collected using a DIGIT sensor: a compact, open-
614
+ source tactile sensor that provides observations in the form of RGB
615
+ images."* We initially ingested 209,795 frames before noticing the
616
+ sensor mismatch. Parquet preserved locally for potential future
617
+ `digit-pretrain` repo.
618
  - **Touch-and-Go** (Yang et al., NeurIPS 2022, [GitHub](https://github.com/fredfyyang/Touch-and-Go)) —
619
  **uses a different GelSight model, not the Mini.** The dataset's
620
  `gelsight.mp4` clips show 640×480 frames with white-light illumination
assets/samples_40_unit.png CHANGED

Git LFS Details

  • SHA256: 430275358dad348d67cd4b4fb1cc32fe180177883e5f6e409f432cf03843d638
  • Pointer size: 130 Bytes
  • Size of remote file: 44.2 kB

Git LFS Details

  • SHA256: 513a5a8444fd86c60526d655d5d736fc132dd2fab4ed3348b34f6eadd6094383
  • Pointer size: 132 Bytes
  • Size of remote file: 1.25 MB
unit/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05f06fa8aa20bdf9f3c79d0866a830e6a062d89831c5ed25101df3596d9f06ad
3
- size 7870341
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:240b5a0613cf00681ddf235a678191c77b0315f84564348ee59d8be100efc635
3
+ size 6536744