Add full dataset card
Browse files
README.md
CHANGED
|
@@ -1,89 +1,65 @@
|
|
| 1 |
---
|
| 2 |
-
annotations_creators: []
|
| 3 |
-
language: en
|
| 4 |
license: cc-by-4.0
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
task_categories: []
|
| 8 |
-
task_ids: []
|
| 9 |
-
pretty_name: wirefishing_m
|
| 10 |
tags:
|
| 11 |
-
-
|
| 12 |
-
-
|
| 13 |
-
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
-
|
| 18 |
-
-
|
| 19 |
-
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
|
|
|
| 33 |
|
| 34 |
## Installation
|
| 35 |
|
| 36 |
-
|
| 37 |
-
If you haven''t already, install FiftyOne:
|
| 38 |
-
|
| 39 |
-
|
| 40 |
```bash
|
| 41 |
-
|
| 42 |
pip install -U fiftyone
|
| 43 |
-
|
| 44 |
```
|
| 45 |
|
| 46 |
-
|
| 47 |
## Usage
|
| 48 |
|
| 49 |
-
|
| 50 |
```python
|
| 51 |
-
|
| 52 |
import fiftyone as fo
|
| 53 |
-
|
| 54 |
from fiftyone.utils.huggingface import load_from_hub
|
| 55 |
|
| 56 |
-
|
| 57 |
-
# Load the dataset
|
| 58 |
-
|
| 59 |
-
# Note: other available arguments include ''max_samples'', etc
|
| 60 |
-
|
| 61 |
dataset = load_from_hub("harpreetsahota/wirefishing-m")
|
| 62 |
|
| 63 |
-
|
| 64 |
-
# Launch the App
|
| 65 |
-
|
| 66 |
session = fo.launch_app(dataset)
|
| 67 |
-
|
| 68 |
```
|
| 69 |
-
|
| 70 |
-
'
|
| 71 |
---
|
| 72 |
|
| 73 |
-
# Dataset Card for
|
| 74 |
-
|
| 75 |
-
<!-- Provide a quick summary of the dataset. -->
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
|
| 80 |
-
|
| 81 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
|
| 83 |
## Installation
|
| 84 |
|
| 85 |
-
If you haven't already, install FiftyOne:
|
| 86 |
-
|
| 87 |
```bash
|
| 88 |
pip install -U fiftyone
|
| 89 |
```
|
|
@@ -94,143 +70,218 @@ pip install -U fiftyone
|
|
| 94 |
import fiftyone as fo
|
| 95 |
from fiftyone.utils.huggingface import load_from_hub
|
| 96 |
|
| 97 |
-
# Load the dataset
|
| 98 |
-
# Note: other available arguments include 'max_samples', etc
|
| 99 |
dataset = load_from_hub("harpreetsahota/wirefishing-m")
|
| 100 |
|
| 101 |
-
# Launch the App
|
| 102 |
session = fo.launch_app(dataset)
|
| 103 |
```
|
| 104 |
|
| 105 |
-
|
| 106 |
## Dataset Details
|
| 107 |
|
| 108 |
### Dataset Description
|
| 109 |
|
| 110 |
-
|
| 111 |
-
|
| 112 |
-
|
|
|
|
|
|
|
| 113 |
|
| 114 |
-
|
| 115 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 116 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 117 |
-
- **Language(s) (NLP):** en
|
| 118 |
-
- **License:** cc-by-4.0
|
| 119 |
|
| 120 |
-
|
| 121 |
-
|
| 122 |
-
|
| 123 |
-
|
| 124 |
-
- **Repository:** [More Information Needed]
|
| 125 |
-
- **Paper [optional]:** [More Information Needed]
|
| 126 |
-
- **Demo [optional]:** [More Information Needed]
|
| 127 |
|
| 128 |
## Uses
|
| 129 |
|
| 130 |
-
<!-- Address questions around how the dataset is intended to be used. -->
|
| 131 |
-
|
| 132 |
### Direct Use
|
| 133 |
|
| 134 |
-
|
| 135 |
|
| 136 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 137 |
|
| 138 |
### Out-of-Scope Use
|
| 139 |
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
[More Information Needed]
|
| 143 |
|
| 144 |
## Dataset Structure
|
| 145 |
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
| 150 |
## Dataset Creation
|
| 151 |
|
| 152 |
### Curation Rationale
|
| 153 |
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
[More Information Needed]
|
| 157 |
|
| 158 |
### Source Data
|
| 159 |
|
| 160 |
-
<!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
|
| 161 |
-
|
| 162 |
#### Data Collection and Processing
|
| 163 |
|
| 164 |
-
|
| 165 |
|
| 166 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
|
| 168 |
-
|
| 169 |
|
| 170 |
-
|
| 171 |
|
| 172 |
-
|
| 173 |
|
| 174 |
-
|
| 175 |
|
| 176 |
-
|
| 177 |
|
| 178 |
#### Annotation process
|
| 179 |
|
| 180 |
-
|
| 181 |
-
|
| 182 |
-
[More Information Needed]
|
| 183 |
|
| 184 |
#### Who are the annotators?
|
| 185 |
|
| 186 |
-
|
| 187 |
-
|
| 188 |
-
[More Information Needed]
|
| 189 |
|
| 190 |
#### Personal and Sensitive Information
|
| 191 |
|
| 192 |
-
|
| 193 |
-
|
| 194 |
-
[More Information Needed]
|
| 195 |
-
|
| 196 |
-
## Bias, Risks, and Limitations
|
| 197 |
|
| 198 |
-
|
| 199 |
-
|
| 200 |
-
[More Information Needed]
|
| 201 |
-
|
| 202 |
-
### Recommendations
|
| 203 |
-
|
| 204 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 205 |
-
|
| 206 |
-
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
|
| 207 |
-
|
| 208 |
-
## Citation [optional]
|
| 209 |
-
|
| 210 |
-
<!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
|
| 211 |
|
| 212 |
**BibTeX:**
|
| 213 |
|
| 214 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 215 |
|
| 216 |
**APA:**
|
| 217 |
|
| 218 |
-
|
| 219 |
-
|
| 220 |
-
## Glossary [optional]
|
| 221 |
-
|
| 222 |
-
<!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
|
| 223 |
-
|
| 224 |
-
[More Information Needed]
|
| 225 |
|
| 226 |
-
## More Information
|
| 227 |
|
| 228 |
-
[
|
|
|
|
|
|
|
|
|
|
| 229 |
|
| 230 |
-
## Dataset Card Authors
|
| 231 |
|
| 232 |
-
|
| 233 |
|
| 234 |
## Dataset Card Contact
|
| 235 |
|
| 236 |
-
[More Information Needed]
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
+
- fiftyone
|
| 7 |
+
- multimodal
|
| 8 |
+
- robotics
|
| 9 |
+
- tactile-sensing
|
| 10 |
+
- cable-insertion
|
| 11 |
+
- deformable-object-manipulation
|
| 12 |
+
- contact-rich-manipulation
|
| 13 |
+
- franka-panda
|
| 14 |
+
- DIGIT-sensor
|
| 15 |
+
pretty_name: WireFishing-M
|
| 16 |
+
size_categories:
|
| 17 |
+
- n<1K
|
| 18 |
+
dataset_summary: >-
|
| 19 |
+
WireFishing-M is a multimodal robotics dataset for deformable cable insertion,
|
| 20 |
+
capturing a Franka Emika Panda 7-DOF arm equipped with an Allegro Robot Hand
|
| 21 |
+
and DIGIT GelSight tactile sensor inserting seven types of cables into a
|
| 22 |
+
transparent L-shaped PVC pipe. Each episode contains synchronized streams from
|
| 23 |
+
four RGB cameras (bottom view, front view, pipe-side view, and tactile sensor)
|
| 24 |
+
plus per-frame robot state (end-effector force/torque, pose, joint angles, and
|
| 25 |
+
insertion success label). This FiftyOne dataset contains 14 MCAP episodes from
|
| 26 |
+
the Mendeley representative subset, structured as multimodal samples with five
|
| 27 |
+
synchronized channels per episode. The full dataset (≈3.9 million frames) is
|
| 28 |
+
available on Harvard Dataverse.
|
| 29 |
|
| 30 |
## Installation
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```bash
|
|
|
|
| 33 |
pip install -U fiftyone
|
|
|
|
| 34 |
```
|
| 35 |
|
|
|
|
| 36 |
## Usage
|
| 37 |
|
|
|
|
| 38 |
```python
|
|
|
|
| 39 |
import fiftyone as fo
|
|
|
|
| 40 |
from fiftyone.utils.huggingface import load_from_hub
|
| 41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
dataset = load_from_hub("harpreetsahota/wirefishing-m")
|
| 43 |
|
|
|
|
|
|
|
|
|
|
| 44 |
session = fo.launch_app(dataset)
|
|
|
|
| 45 |
```
|
|
|
|
|
|
|
| 46 |
---
|
| 47 |
|
| 48 |
+
# Dataset Card for WireFishing-M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
|
| 50 |
+
WireFishing-M is a multimodal robotics dataset for deformable cable insertion,
|
| 51 |
+
capturing a Franka Emika Panda 7-DOF arm equipped with an Allegro Robot Hand
|
| 52 |
+
and DIGIT GelSight tactile sensor inserting seven types of cables into a
|
| 53 |
+
transparent L-shaped PVC pipe. Each episode contains synchronized streams from
|
| 54 |
+
four RGB cameras (bottom view, front view, pipe-side view, and tactile sensor)
|
| 55 |
+
plus per-frame robot state (end-effector force/torque, pose, joint angles, and
|
| 56 |
+
insertion success label). This FiftyOne dataset contains 14 MCAP episodes from
|
| 57 |
+
the Mendeley representative subset, structured as multimodal samples with five
|
| 58 |
+
synchronized channels per episode. The full dataset (≈3.9 million frames) is
|
| 59 |
+
available on Harvard Dataverse.
|
| 60 |
|
| 61 |
## Installation
|
| 62 |
|
|
|
|
|
|
|
| 63 |
```bash
|
| 64 |
pip install -U fiftyone
|
| 65 |
```
|
|
|
|
| 70 |
import fiftyone as fo
|
| 71 |
from fiftyone.utils.huggingface import load_from_hub
|
| 72 |
|
|
|
|
|
|
|
| 73 |
dataset = load_from_hub("harpreetsahota/wirefishing-m")
|
| 74 |
|
|
|
|
| 75 |
session = fo.launch_app(dataset)
|
| 76 |
```
|
| 77 |
|
|
|
|
| 78 |
## Dataset Details
|
| 79 |
|
| 80 |
### Dataset Description
|
| 81 |
|
| 82 |
+
- **Curated by:** Tianyu Zhou, Hengxu You, Fang Xu, Jing Du — Informatics, Cobots and Intelligent Construction (ICIC) Lab, University of Florida
|
| 83 |
+
- **Funded by:** NVIDIA AI Technology Center (NVAITC) and UFIT under grant 00133684
|
| 84 |
+
- **Shared by:** Tianyu Zhou, Hengxu You, Fang Xu, Jing Du
|
| 85 |
+
- **Language(s):** Not applicable
|
| 86 |
+
- **License:** CC BY 4.0
|
| 87 |
|
| 88 |
+
### Dataset Sources
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
|
| 90 |
+
- **Repository:** Harvard Dataverse — [WireFishing-M-1](https://doi.org/10.7910/DVN/MUOJXI) · [WireFishing-M-2](https://doi.org/10.7910/DVN/XOPUXY) · Mendeley Data [subset](https://data.mendeley.com/datasets/64dsrcnhst/2)
|
| 91 |
+
- **Paper:** Zhou et al., "WireFishing-M: A multimodal dataset for deformable cable insertion using tactile, visual, and proprioceptive sensing," *Data in Brief*, vol. 63, Dec. 2025, 112136. https://doi.org/10.1016/j.dib.2025.112136
|
| 92 |
+
- **Demo:** [More Information Needed]
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
## Uses
|
| 95 |
|
|
|
|
|
|
|
| 96 |
### Direct Use
|
| 97 |
|
| 98 |
+
WireFishing-M supports research in:
|
| 99 |
|
| 100 |
+
- **Multimodal perception and sensor fusion** — the four synchronized camera streams (bottom, front, pipe-side, tactile) and robot state provide rich input for early and late fusion architectures.
|
| 101 |
+
- **Insertion success detection** — automated binary success labels derived from pipe-side camera pixel counts enable training and evaluation of task-completion classifiers.
|
| 102 |
+
- **Force estimation and contact modeling** — end-effector force/torque time-series paired with tactile images support data-driven contact estimation.
|
| 103 |
+
- **Manipulation policy learning** — human demonstration trials with higher success rates and randomized trials with diverse failure modes cover both imitation learning and reinforcement learning scenarios.
|
| 104 |
+
- **Generalization across cable types** — seven cables varying in stiffness, diameter, surface texture, and weight support transfer learning and domain adaptation studies.
|
| 105 |
|
| 106 |
### Out-of-Scope Use
|
| 107 |
|
| 108 |
+
This dataset was collected in a fixed laboratory environment using a single pipe geometry. It is not suitable as-is for benchmarking manipulation in unstructured environments or with pipe geometries other than the 1″ Sch 40 L-shaped PVC assembly used during collection.
|
|
|
|
|
|
|
| 109 |
|
| 110 |
## Dataset Structure
|
| 111 |
|
| 112 |
+
### Overview
|
| 113 |
+
|
| 114 |
+
This FiftyOne dataset contains **14 MCAP episodes** (samples), one per trial in the Mendeley representative subset. Each sample's `media_type` is `multimodal`. Episodes are authored at 5 fps from the raw per-frame files; timestamps are synthesized as `frame_index × 200 ms` because the original ROS timestamps are not included in the Mendeley export.
|
| 115 |
+
|
| 116 |
+
The full WireFishing-M dataset on Harvard Dataverse contains approximately 3.9 million randomized-trial frames and 44,288 human-demonstration frames across multiple date-stamped sessions per cable type. The Mendeley subset provides one trial per cable per condition (14 total), with 675–1,000 frames per episode.
|
| 117 |
+
|
| 118 |
+
### MCAP Channel Structure
|
| 119 |
+
|
| 120 |
+
Each MCAP episode contains nine synchronized channels (all protobuf):
|
| 121 |
+
|
| 122 |
+
| Topic | Schema | Tile | Resolution | Notes |
|
| 123 |
+
|-------|--------|------|-----------|-------|
|
| 124 |
+
| `/camera/global/image_raw` | `foxglove.CompressedImage` | Image | 1280 × 720 | Bottom view (Azure Kinect). Folder on disk: `globel_view/` (dataset typo) |
|
| 125 |
+
| `/camera/local/image_raw` | `foxglove.CompressedImage` | Image | 1920 × 1080 | Front view (Femto Mega). Paper states 1280 × 720; actual files are 1920 × 1080 |
|
| 126 |
+
| `/camera/inner/image_raw` | `foxglove.CompressedImage` | Image | 640 × 480 | Pipe-side view (USB endoscope) |
|
| 127 |
+
| `/camera/tactile/image_raw` | `foxglove.CompressedImage` | Image | 240 × 960 | Three DIGIT fingertips stacked vertically (index top, thumb middle, middle finger bottom). Paper states grayscale; files are RGB JPEG |
|
| 128 |
+
| `/robot/ee_force` | `foxglove.Vector3` | Plot | — | End-effector force (x=Fx, y=Fy, z=Fz) in N |
|
| 129 |
+
| `/robot/ee_torque` | `foxglove.Vector3` | Plot | — | End-effector torque (x=Tx, y=Ty, z=Tz) in N·m |
|
| 130 |
+
| `/robot/ee_position` | `foxglove.Vector3` | Plot | — | End-effector position (x, y, z) in m |
|
| 131 |
+
| `/robot/ee_orientation` | `foxglove.Vector3` | Plot | — | End-effector orientation (x=roll, y=pitch, z=yaw) in rad. Note: paper describes quaternion; empirical values indicate Euler RPY |
|
| 132 |
+
| `/robot/joint_states` | `foxglove.JointStates` | Plot | — | 7 Panda joint angles (`joint_1`…`joint_7`, `position` field in rad) plus `success` joint (`position` = 1.0 for successful insertion, 0.0 for failure) |
|
| 133 |
+
|
| 134 |
+
### Sample-Level Fields
|
| 135 |
+
|
| 136 |
+
| Field | FiftyOne type | Description |
|
| 137 |
+
|-------|---------------|-------------|
|
| 138 |
+
| `filepath` | `StringField` | Absolute path to the `.mcap` episode file |
|
| 139 |
+
| `cable_id` | `IntField` | Cable number (1–7), inferred from folder name |
|
| 140 |
+
| `condition` | `StringField` | Insertion condition: `"human"` (manually guided, higher success rate) or `"random"` (randomized start pose, diverse failure modes) |
|
| 141 |
+
| `trial` | `IntField` | Trial number within the cable/condition folder (always `1` in this Mendeley subset) |
|
| 142 |
+
| `has_robot_data` | `BooleanField` | `True` if the episode contains robot state channels. All 14 episodes in this subset have robot data |
|
| 143 |
+
| `size_mb` | `FloatField` | MCAP file size in megabytes (342–525 MB per episode) |
|
| 144 |
+
| `n_frames` | `IntField` | Number of synchronized frames in the episode |
|
| 145 |
+
| `n_success_frames` | `IntField` | Number of frames where `insertion_success == 1` |
|
| 146 |
+
| `success_rate` | `FloatField` | Fraction of frames labeled as successful insertion |
|
| 147 |
+
| `max_force_magnitude` | `FloatField` | Maximum end-effector force magnitude (N) across all frames: `max(√(Fx²+Fy²+Fz²))` |
|
| 148 |
+
| `mean_force_magnitude` | `FloatField` | Mean end-effector force magnitude (N) across all frames |
|
| 149 |
+
| `max_torque_magnitude` | `FloatField` | Maximum end-effector torque magnitude (N·m) across all frames: `max(√(Tx²+Ty²+Tz²))` |
|
| 150 |
+
| `ee_pos_range_x` | `FloatField` | Range of end-effector x-position across the episode (m) |
|
| 151 |
+
| `ee_pos_range_y` | `FloatField` | Range of end-effector y-position across the episode (m) |
|
| 152 |
+
| `ee_pos_range_z` | `FloatField` | Range of end-effector z-position across the episode (m) |
|
| 153 |
+
| `clip_embedding` | `VectorField` | 512-dim CLIP ViT-B/32 embedding of the middle-frame global camera image, L2-normalized. Computed from `openai/clip-vit-base-patch32` via Hugging Face Transformers |
|
| 154 |
+
| `qwen3vl_embedding` | `VectorField` | 6144-dim video embedding: Qwen3-VL-Embedding-8B `embed_frames` applied independently to 200 sampled frames (stride 5) from each of three camera channels (global, local, inner), then concatenated and L2-normalized. Captures temporal dynamics across three viewpoints simultaneously |
|
| 155 |
+
|
| 156 |
+
### Brain Runs
|
| 157 |
+
|
| 158 |
+
| Brain key | Method | Description |
|
| 159 |
+
|-----------|--------|-------------|
|
| 160 |
+
| `clip_umap` | UMAP (2D) | Dimensionality reduction of `clip_embedding` for visual exploration of episode similarity in the FiftyOne App Embeddings panel |
|
| 161 |
+
| `qwen3vl_umap` | UMAP (2D) | Dimensionality reduction of `qwen3vl_embedding` — multiview video-aware episode similarity |
|
| 162 |
+
|
| 163 |
+
### Robot State Fields (source `.npy` mapping)
|
| 164 |
+
|
| 165 |
+
| MCAP channel | Field path | Source indices | Units | Notes |
|
| 166 |
+
|--------------|-----------|---------------|-------|-------|
|
| 167 |
+
| `/robot/ee_force` | `.x`, `.y`, `.z` | [0–2] | N | End-effector force Fx, Fy, Fz |
|
| 168 |
+
| `/robot/ee_torque` | `.x`, `.y`, `.z` | [3–5] | N·m | End-effector torque Tx, Ty, Tz |
|
| 169 |
+
| `/robot/ee_position` | `.x`, `.y`, `.z` | [6–8] | m | End-effector Cartesian position |
|
| 170 |
+
| `/robot/ee_orientation` | `.x`, `.y`, `.z` | [9–11] | rad | End-effector orientation (roll, pitch, yaw). Paper describes quaternion; empirical values indicate Euler RPY |
|
| 171 |
+
| `/robot/joint_states` | `joints[0–6].position` | [12–18] | rad | Franka Emika Panda joint angles (7-DOF) |
|
| 172 |
+
| `/robot/joint_states` | `joints[7].position` (name=`success`) | [19] | — | Binary insertion label: `1.0` = success, `0.0` = failure |
|
| 173 |
+
|
| 174 |
+
To plot force x in the FiftyOne viewer: add series `/robot/ee_force.x`. For joint angles: `/robot/joint_states.joints[0].position` through `joints[6].position`.
|
| 175 |
+
|
| 176 |
+
Indices [20–33] of the raw `.npy` arrays are not logged (zero for all episodes in this subset; not described in the paper).
|
| 177 |
+
|
| 178 |
+
### Cable Types
|
| 179 |
+
|
| 180 |
+
| `cable_id` | Description | Full-dataset random frames | Full-dataset human frames |
|
| 181 |
+
|-----------|-------------|--------------------------|--------------------------|
|
| 182 |
+
| 1 | Flexible, Thin, Lightweight, Braided nylon cover | ≈2,900,000 | 5,962 |
|
| 183 |
+
| 2 | Rigid, Thick, Heavy-duty, No cover | 84,621 | 5,994 |
|
| 184 |
+
| 3 | Rigid, Thin, Lightweight, No cover | 57,285 | 6,668 |
|
| 185 |
+
| 4 | Less Flexible, Thin, Lightweight, Braided nylon cover | 169,602 | 6,170 |
|
| 186 |
+
| 5 | Less Rigid, Thin, Lightweight, No cover | 284,262 | 7,624 |
|
| 187 |
+
| 6 | Rigid, Thin, Lightweight, Braided nylon cover | 27,232 | 4,949 |
|
| 188 |
+
| 7 | Flexible, Thin, Lightweight, No cover | 384,475 | 7,141 |
|
| 189 |
+
|
| 190 |
+
### Mendeley Subset Frame Counts (this FiftyOne dataset)
|
| 191 |
+
|
| 192 |
+
| `cable_id` | `condition` | Frames | MCAP size |
|
| 193 |
+
|-----------|-------------|--------|-----------|
|
| 194 |
+
| 1 | human | 1,000 | 471 MB |
|
| 195 |
+
| 1 | random | 1,000 | 474 MB |
|
| 196 |
+
| 2 | human | 914 | 450 MB |
|
| 197 |
+
| 2 | random | 1,000 | 521 MB |
|
| 198 |
+
| 3 | human | 675 | 342 MB |
|
| 199 |
+
| 3 | random | 1,000 | 506 MB |
|
| 200 |
+
| 4 | human | 1,000 | 493 MB |
|
| 201 |
+
| 4 | random | 1,000 | 510 MB |
|
| 202 |
+
| 5 | human | 1,000 | 480 MB |
|
| 203 |
+
| 5 | random | 1,000 | 524 MB |
|
| 204 |
+
| 6 | human | 755 | 369 MB |
|
| 205 |
+
| 6 | random | 1,000 | 524 MB |
|
| 206 |
+
| 7 | human | 839 | 408 MB |
|
| 207 |
+
| 7 | random | 1,000 | 525 MB |
|
| 208 |
+
|
| 209 |
+
### Splits
|
| 210 |
+
|
| 211 |
+
No train/val/test split is provided. Filter by `condition` (`"human"` / `"random"`) or `cable_id` (1–7) using FiftyOne views.
|
| 212 |
|
| 213 |
## Dataset Creation
|
| 214 |
|
| 215 |
### Curation Rationale
|
| 216 |
|
| 217 |
+
WireFishing-M was created to address the lack of multimodal benchmarks for deformable object manipulation in contact-rich environments. The wire insertion task is representative of real-world scenarios in construction, electrical assembly, and robotics. Collecting synchronized tactile, visual, proprioceptive, and force data across seven cable types and two collection conditions (human demonstration and randomized robot insertions) provides a resource covering both expert-like behavior and diverse failure modes.
|
|
|
|
|
|
|
| 218 |
|
| 219 |
### Source Data
|
| 220 |
|
|
|
|
|
|
|
| 221 |
#### Data Collection and Processing
|
| 222 |
|
| 223 |
+
Data was collected at the ICIC Lab, University of Florida (1949 Stadium Rd, Weil Hall 360, Gainesville, FL 32611). A Franka Emika Panda 7-DOF manipulator on a Vention workstation was equipped with an Allegro Robot Hand (16-DOF) and a DIGIT GelSight tactile sensor on the index, middle, and thumb fingertips. The insertion target was a transparent L-shaped PVC pipe (1″ Sch 40 NSF-61).
|
| 224 |
|
| 225 |
+
Sensors and recording rates:
|
| 226 |
+
- **Front camera**: Femto Mega RGB-D, 1280 × 720 px, 5 fps
|
| 227 |
+
- **Bottom camera**: Microsoft Azure Kinect DK, 1280 × 720 px, 5 fps
|
| 228 |
+
- **Pipe-side camera**: 16.4 ft USB endoscope, 640 × 480 px, 5 fps
|
| 229 |
+
- **Tactile sensor**: DIGIT GelSight on three fingertips, concatenated to 240 × 960 px, ≈5 fps
|
| 230 |
+
- **Robot state**: Franka ROS interface (`/franka_state_controller/franka_states`), 5 fps
|
| 231 |
|
| 232 |
+
All streams were timestamped via ROS Melodic on Ubuntu 18.04 and synchronized offline using software timestamps. No hardware synchronization was applied. Camera intrinsic and extrinsic parameters were calibrated with a checkerboard pattern; calibration files are not included in the dataset. Raw data was post-processed into per-frame `.jpg` and `.npy` files.
|
| 233 |
|
| 234 |
+
For randomized trials, the robot moved to a randomized initial pose and then applied incremental forward steps (0–2 cm along x-axis) with simultaneous small adjustments in y/z (±1 cm) and random pitch/yaw (±15°), resetting when a predefined insertion depth was exceeded. For human demonstration trials, a human physically guided the robot end-effector through the insertion.
|
| 235 |
|
| 236 |
+
#### Who are the source data producers?
|
| 237 |
|
| 238 |
+
Data was recorded by the authors at the University of Florida ICIC Lab. No third-party human subjects or social media data were involved.
|
| 239 |
|
| 240 |
+
### Annotations
|
| 241 |
|
| 242 |
#### Annotation process
|
| 243 |
|
| 244 |
+
Insertion success was labeled automatically. The pipe-side camera image was converted to grayscale; if the pixel count below intensity 50 in a predefined region near the pipe outlet exceeded 40 pixels, the trial frame was labeled as a successful insertion (label = 1), otherwise as failure (label = 0). This labeling is stored as index [19] in the `.npy` robot state array and exposed as `insertion_success` in the `/robot/state` MCAP channel.
|
|
|
|
|
|
|
| 245 |
|
| 246 |
#### Who are the annotators?
|
| 247 |
|
| 248 |
+
Automated algorithm applied by the dataset authors. No human annotators.
|
|
|
|
|
|
|
| 249 |
|
| 250 |
#### Personal and Sensitive Information
|
| 251 |
|
| 252 |
+
The dataset contains no human subjects, biometric data, or personally identifiable information.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
|
| 254 |
+
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 255 |
|
| 256 |
**BibTeX:**
|
| 257 |
|
| 258 |
+
```bibtex
|
| 259 |
+
@article{zhou2025wirefishing,
|
| 260 |
+
title = {WireFishing-M: A multimodal dataset for deformable cable insertion using tactile, visual, and proprioceptive sensing},
|
| 261 |
+
author = {Zhou, Tianyu and You, Hengxu and Xu, Fang and Du, Jing},
|
| 262 |
+
journal = {Data in Brief},
|
| 263 |
+
volume = {63},
|
| 264 |
+
pages = {112136},
|
| 265 |
+
year = {2025},
|
| 266 |
+
doi = {10.1016/j.dib.2025.112136}
|
| 267 |
+
}
|
| 268 |
+
```
|
| 269 |
|
| 270 |
**APA:**
|
| 271 |
|
| 272 |
+
Zhou, T., You, H., Xu, F., & Du, J. (2025). WireFishing-M: A multimodal dataset for deformable cable insertion using tactile, visual, and proprioceptive sensing. *Data in Brief*, 63, 112136. https://doi.org/10.1016/j.dib.2025.112136
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 273 |
|
| 274 |
+
## More Information
|
| 275 |
|
| 276 |
+
- The Mendeley subset (this FiftyOne dataset) contains 14 episodes. The full dataset is on Harvard Dataverse: [WireFishing-M-1](https://doi.org/10.7910/DVN/MUOJXI) and [WireFishing-M-2](https://doi.org/10.7910/DVN/XOPUXY).
|
| 277 |
+
- Raw per-frame files in the Mendeley download use non-sequential frame indices. The `_N` suffix across all five subfolders within a trial is the synchronization key: all files named `*_N.*` for the same `N` are co-temporal.
|
| 278 |
+
- The bottom-camera folder is named `globel_view` (typo) in the downloaded dataset, not `global_view` as described in the paper.
|
| 279 |
+
- The raw `.npy` robot state arrays have shape `(34,)`. Indices [20–33] are zero in the Mendeley subset and are not documented in the paper.
|
| 280 |
|
| 281 |
+
## Dataset Card Authors
|
| 282 |
|
| 283 |
+
Harpreet Sahota
|
| 284 |
|
| 285 |
## Dataset Card Contact
|
| 286 |
|
| 287 |
+
[More Information Needed]
|