File size: 4,045 Bytes
1a73b68 ce7dfcd 09b4cb4 1a73b68 19e4ecf 1a73b68 19e4ecf 457ba0b 19e4ecf ce7dfcd 19e4ecf 86d4ee2 09b4cb4 1a73b68 82fa7ab 1a73b68 b4d7de7 1b52c96 b259147 82fa7ab b259147 82fa7ab b259147 82fa7ab b259147 1b52c96 b259147 82fa7ab b259147 82fa7ab b259147 82fa7ab b259147 1b52c96 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 0503bf5 1a73b68 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | ---
license: cc-by-4.0
---
✅ TTA-Sim2Real Dataset
This folder contains a sample version of the TTA-Sim2Real dataset , introduced in our paper "TTA-Sim2Real: A Mixed Real–Synthetic Dataset and Pipeline for Tidal Turbine Assembly Object Detection".
The dataset is designed to support object detection in industrial assembly environments, combining real-world footage , controlled captures , and synthetic renderings . This version includes a representative subset for reproducibility and testing purposes.
TTA-Sim2Real is a mixed-data object detection dataset designed for sim-to-real research in industrial assembly environments. It includes spontaneous real-world footage , controlled real data captured via cobot-mounted camera , and domain-randomized synthetic images generated using Unity, targeting seven classes related to tidal turbine components at various stages of assembly. The dataset supports reproducibility and benchmarking for vision-based digital twins in manufacturing.

✅ Dataset Card Abstract
TTA-Sim2Real is a multi-source object detection dataset specifically designed for sim-to-real transfer in industrial assembly tasks. It contains over 21,000 annotated images across three data types:
-Spontaneous Real Data : Captured from live assembly and disassembly operations, including operator presence with face blurring for privacy.
-Controlled Real Data : Structured scenes recorded under uniform lighting and positioning using a cobot-mounted high-resolution camera.
-Synthetic Data : 6,000 of auto-labeled images generated using Unity 2022 with domain randomization techniques.
The dataset targets seven object classes representing key turbine components:
-Tidal-turbine
-Body-assembled
-Body-not-assembled
-Hub-assembled
-Hub-not-assembled
-Rear-cap-assembled
-Rear-cap-not-assembled

📁 Folder Structure Overview
dataset/
├ data_access/
│ ├── spontaneous_real_data/ # Unscripted real-world footage ()
│ ├── controlled_real_data/ # Structured scenes from cobot-mounted camera
│ └── synthetic_data/ # Auto-labeled Unity-generated images with domain randomization
├ data_annotation/ # Annotation files and documentation
│ ├── spontaneous_real_data.zip/ # Manual annotations (where available)
│ ├── controlled_real_data.zip/ # Bounding box labels in YOLO format
│ ├── synthetic_data.zip/ # Auto-generated JSON and mask labels
└ README.md # This file
📝 Dataset Description
1. data_access/
Contains sample subsets from three types of data used in our experiments:
🔹 spontaneous_real_data/
Real-world video captured during live assembly operations.
Useful for sim-to-real evaluation and robustness testing.
🔹 controlled_real_data/
Videos captured using a cobot-mounted high-resolution camera.
Contains structured views of turbine components under uniform lighting and angles.
Includes:
Objects of interest only
Objects with small parts
Close-up shots
🔹 synthetic_data/
6,000 auto-labeled images generated using Unity 2022 and Perception Package.
Domain-randomized backgrounds, lighting, and textures.
Includes bounding boxes and segmentation masks in JSON format.
2. data_annotation/
Contains annotation files for training and evaluation:
🔹 spontaneous_real_data.zip/
Semi-automatic annotations where available.
Format:YOLO-compatible .txt files.
🔹 controlled_real_data.zip/
Fully annotated with YOLO-style bounding boxes.
High-quality labels created semi-automatically using CVAT with AI-assisted tools.
🔹 synthetic_data.zip/
Auto-labeled by Unity with accurate bounding boxes and semantic masks.
Includes JSON files with object positions and segmentation labels.
|