yxma commited on
Commit
a32dd4d
·
verified ·
1 Parent(s): 2be6743

Replace per-episode Gantt timelines with intensity waveform figures (full + 20-min)

Browse files
README.md CHANGED
@@ -28,7 +28,7 @@ configs:
28
 
29
  Multimodal manipulation recordings from a bimanual setup with vision-based tactile sensors and motion capture.
30
 
31
- ![Contact timeline](figures/contact_timeline_binary.png)
32
 
33
  > **30 episodes · 138.4 min total · 87.9 min (66%) of confirmed bimanual tactile contact · 3× RGB-D cameras + 2× GelSight + 3-body OptiTrack.**
34
 
@@ -128,8 +128,8 @@ processed/
128
  ├─ episode_000.contact.json
129
  └─ ...
130
  figures/
131
- ├─ contact_timeline_binary.png # contact vs no-contact, per episode
132
- ├─ contact_timeline_lr.png # left-only / right-only / both / neither
133
  ├─ episode_previews/<task>/<date>/episode_*.gif # per-episode GIF previews
134
  └─ dataset_figures/ # F1–F8 statistics and analysis figures
135
  ```
@@ -226,3 +226,4 @@ print(meta["drift_left"], meta["drift_right"], meta["drift_warning"])
226
  ## Citation
227
 
228
  If you use this dataset, please cite (TODO: add bibtex).
 
 
28
 
29
  Multimodal manipulation recordings from a bimanual setup with vision-based tactile sensors and motion capture.
30
 
31
+ ![Tactile intensity timeline](figures/contact_intensity_full.png)
32
 
33
  > **30 episodes · 138.4 min total · 87.9 min (66%) of confirmed bimanual tactile contact · 3× RGB-D cameras + 2× GelSight + 3-body OptiTrack.**
34
 
 
128
  ├─ episode_000.contact.json
129
  └─ ...
130
  figures/
131
+ ├─ contact_intensity_full.png # tactile intensity over full dataset (waveform view)
132
+ ├─ contact_intensity_20min.png # 20-min zoom of the same
133
  ├─ episode_previews/<task>/<date>/episode_*.gif # per-episode GIF previews
134
  └─ dataset_figures/ # F1–F8 statistics and analysis figures
135
  ```
 
226
  ## Citation
227
 
228
  If you use this dataset, please cite (TODO: add bibtex).
229
+
figures/{contact_timeline_binary.png → contact_intensity_20min.png} RENAMED
File without changes
figures/{contact_timeline_lr.png → contact_intensity_full.png} RENAMED
File without changes