yxma commited on
Commit
cd10a8d
·
verified ·
1 Parent(s): 16b014d

remove touchandgo: uses ORIGINAL GelSight (white illumination, 640x480 flat-channel R~G~B~137) not Mini. Verified via channel-mean signature mismatch with all other Mini sources (B>G>R with 30+ grey-level spread). Document reason in SOURCES.md 'Investigated but not included'. Bumps real total from 748,024 to 745,958 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: touchandgo
92
- data_files:
93
- - split: train
94
- path: touchandgo/train-*.parquet
95
  - config_name: tvl
96
  data_files:
97
  - split: train
@@ -272,7 +268,6 @@ per-axis distributions.
272
  | `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 |
273
  | `unit` | UniT continuous 3D-pose tracking | **11,340** | markerless | 3D-pose target (x,y,z,yaw) |
274
  | `tacquad` | TacQuad quad-sensor benchmark (Mini stream) | **12,195** (5K indoor + 4K outdoor + 3K fine, 181 objects) | markerless | object name + environment |
275
- | `touchandgo` | Touch-and-Go in-the-wild paired touch+RGB | **2,066** (8 sessions ingested; gdown rate-limited at ~9/many) | markerless | session id + paired RGB scene (RGB not stored) |
276
  | `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) |
277
 
278
  ¹ 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:
 
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
 
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:
SOURCES.md CHANGED
@@ -591,46 +591,7 @@ real-world objects) in the entire dataset.
591
 
592
  ---
593
 
594
- ## 12 · Touch-and-Goin-the-wild paired vision-touch (`touchandgo`)
595
-
596
- **Intro.** Touch-and-Go (Yang et al., NeurIPS 2022) is a multimodal
597
- dataset of human data collectors probing objects in natural environments
598
- with a GelSight Mini tactile sensor while recording egocentric RGB
599
- video. Each session has `gelsight.mp4` (tactile) + `video.mp4` (RGB
600
- scene). We ingest **only the tactile video stream**, decoding gelsight
601
- frames at stride-5 and applying the contact filter.
602
-
603
- **Source release.**
604
- - 🔗 [GitHub project page](https://github.com/fredfyyang/Touch-and-Go)
605
- - 🔗 Hosted on Google Drive (~5 GB across 250+ sessions, rate-limited)
606
- - 📜 License: CC-BY-4.0
607
-
608
- **Original format.** One folder per session under
609
- `touch_and_go/dataset/<session>/`, with `gelsight.mp4`, `video.mp4`,
610
- `time1.npy`, `time2.npy`.
611
-
612
- **How we processed it.** Decoded `gelsight.mp4` with imageio+ffmpeg at
613
- stride-5 (every 5th frame), applied unified contact filter (I_min=12,
614
- A_min=40, 1.5% bg), channel-order auto-normalized. Initial batch was
615
- limited by Google Drive's anti-abuse rate-limiting: gdown succeeded on
616
- 8 / 250+ sessions before hitting the per-folder access cap. We have a
617
- retry loop running in the background that will incrementally pull more
618
- sessions; the parquet on HF will be re-pushed as additional sessions
619
- become available.
620
-
621
- **Stats after processing (initial batch).**
622
-
623
- | Subset | Frames | Resolution | Markered / Markerless | Splits |
624
- |--------------|-------:|------------|----------------------:|--------|
625
- | `touchandgo` | 2,066 | 240 × 320 | 0 / 2,066 | train 2,066 |
626
-
627
- **40 random samples:**
628
-
629
- ![touchandgo](assets/samples_40_touchandgo.png)
630
-
631
- ---
632
-
633
- ## 13 · TVL — Touch-Vision-Language paired tactile + RGB + caption (`tvl`)
634
 
635
  **Intro.** TVL (Fu et al., ICML 2024) is a multimodal alignment dataset
636
  with ~44K paired vision-touch examples plus English captions (10%
@@ -686,8 +647,15 @@ smaller SSVTP contribution (~10K@240×320).
686
  [`yxma/gelsight-mini-pretrain-nc`](https://huggingface.co/datasets/yxma/gelsight-mini-pretrain-nc),
687
  where it is now superseded by `sparsh` — the same data at a larger
688
  upstream snapshot.)
689
- - **TVL — Touch-Vision-Language** (Yang et al. 2024) has paired RGB +
690
- caption labels. Not yet ingested. CC-BY-4.0; ~44K Mini frames available.
 
 
 
 
 
 
 
691
  - **Touch and Go** (Yang et al. 2022) — has paired natural-scene RGB.
692
  Not yet ingested. CC-BY-4.0; ~13K Mini frames available.
693
  - **YCB-Sight** — CC-BY-SA-4.0 (viral copyleft), and the sim is not
@@ -737,11 +705,10 @@ B > R at rest, matching the Mini's reference illumination geometry.
737
  | `tacquad` | real | 12,195 | 0.11 | 320 × 240 | 0 | 12,195 |
738
  | `sim_tactile_mnist` | sim | 150,601 | 1.28 | 320 × 240 | 0 | 150,601 |
739
  | `sim_starstruck` | sim | 166,104 | 1.39 | 320 × 240 | 0 | 166,104 |
740
- | `touchandgo` | real | 2,066 | 0.07 | 240 × 320 | 0 | 2,066 |
741
  | `tvl` | real | 209,795 | 7.90 | mixed¹ | 0 | 209,795 |
742
- | **Real total** | | **748,024** | **~13.4** | | **63,586** | **684,438** |
743
  | **Sim total** | | **316,705** | **~2.67** | | **0** | **316,705** |
744
- | **Grand total** | | **1,064,729** | **~16.1** | | **63,586** | **1,001,143** |
745
 
746
  ![summary pies](assets/summary_pies.png)
747
 
 
591
 
592
  ---
593
 
594
+ ## 12 · TVLTouch-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%
 
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
653
+ (channel means R/G/B ≈ 137/135/140, flat ~grey) — completely
654
+ different from the Mini's 3-colored-LED signature (Mini at-rest has
655
+ B > G > R with ~30 grey-level spread). We initially ingested 2,066
656
+ frames before noticing the channel-signature mismatch and verifying
657
+ against the paper. Removed from this aggregate; could go to a
658
+ separate "gelsight-large-pretrain" repo if needed.
659
  - **Touch and Go** (Yang et al. 2022) — has paired natural-scene RGB.
660
  Not yet ingested. CC-BY-4.0; ~13K Mini frames available.
661
  - **YCB-Sight** — CC-BY-SA-4.0 (viral copyleft), and the sim is not
 
705
  | `tacquad` | real | 12,195 | 0.11 | 320 × 240 | 0 | 12,195 |
706
  | `sim_tactile_mnist` | sim | 150,601 | 1.28 | 320 × 240 | 0 | 150,601 |
707
  | `sim_starstruck` | sim | 166,104 | 1.39 | 320 × 240 | 0 | 166,104 |
 
708
  | `tvl` | real | 209,795 | 7.90 | mixed¹ | 0 | 209,795 |
709
+ | **Real total** | | **745,958** | **~13.3** | | **63,586** | **682,372** |
710
  | **Sim total** | | **316,705** | **~2.67** | | **0** | **316,705** |
711
+ | **Grand total** | | **1,062,663** | **~16.0** | | **63,586** | **999,077** |
712
 
713
  ![summary pies](assets/summary_pies.png)
714
 
assets/samples_40_touchandgo.png DELETED

Git LFS Details

  • SHA256: 4ab1c100f3bc53d49f443e5974d14bc7865b4b5c729d1a1a617ec1d61fa3c2bd
  • Pointer size: 132 Bytes
  • Size of remote file: 1.13 MB
touchandgo/train-00000-of-00001.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cba983962da92630e45949181409ce16ffa40f5e9bc47236c78850099b07e1fc
3
- size 74096866