Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,71 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-4.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
|
| 6 |
+
## TTA Dataset: Tidal Turbine Assembly Dataset
|
| 7 |
+
|
| 8 |
+
This folder contains a sample version of the TTA (Tidal Turbine Assembly) dataset , introduced in our paper "Computer Vision as a Data Source for Digital Twins in Manufacturing: a Sim2Real Pipeline".
|
| 9 |
+
The dataset is designed to support object detection in industrial assembly environments, combining controlled captures, synthetic renderings, and real-world footage desired for test . This version includes a representative subset with annotations for reproducibility and testing purposes.
|
| 10 |
+
TTA 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.
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+

|
| 15 |
+
|
| 16 |
+
## Dataset Card Abstract
|
| 17 |
+
TTA contains over 120,000 annotated images across three data types:
|
| 18 |
+
|
| 19 |
+
-Spontaneous Real Data : Captured from live assembly and disassembly operations, including operator presence with face blurring for privacy, dedicated for test and fine-tuning.
|
| 20 |
+
-Controlled Real Data : 15, 000 Structured scenes recorded under uniform lighting and positioning using a cobot-mounted high-resolution camera.
|
| 21 |
+
-Synthetic Data : 105,000 of auto-labeled images generated using Unity 2022 with domain randomization techniques.
|
| 22 |
+
|
| 23 |
+
The dataset targets seven object classes representing key turbine components:
|
| 24 |
+
|
| 25 |
+
-Tidal-turbine
|
| 26 |
+
-Body-assembled
|
| 27 |
+
-Body-not-assembled
|
| 28 |
+
-Hub-assembled
|
| 29 |
+
-Hub-not-assembled
|
| 30 |
+
-Rear-cap-assembled
|
| 31 |
+
-Rear-cap-not-assembled
|
| 32 |
+
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
+
## Folder Structure Overview
|
| 37 |
+
|
| 38 |
+
dataset/
|
| 39 |
+
The full dataset, including video recordings, will be made publicly available upon publication. To ensure reproducibility, the annotations are provided for evaluation purposes.
|
| 40 |
+
├ data_annotation/ # Annotation files and documentation
|
| 41 |
+
|
| 42 |
+
│ ├── spontaneous_real_data.zip/ # Manual annotations (where available)
|
| 43 |
+
|
| 44 |
+
│ ├── controlled_real_data.zip/ # Bounding box labels in YOLO format
|
| 45 |
+
|
| 46 |
+
│ ├── synthetic_data.zip/ # Auto-generated JSON and mask labels
|
| 47 |
+
|
| 48 |
+
└ README.md # This file
|
| 49 |
+
|
| 50 |
+
## Dataset Description
|
| 51 |
+
data_annotation/
|
| 52 |
+
|
| 53 |
+
Contains annotation files for training and evaluation:
|
| 54 |
+
|
| 55 |
+
🔹 spontaneous_real_data.zip/
|
| 56 |
+
|
| 57 |
+
Semi-automatic annotations where available.
|
| 58 |
+
|
| 59 |
+
Format:YOLO-compatible .txt files.
|
| 60 |
+
|
| 61 |
+
🔹 controlled_real_data.zip/
|
| 62 |
+
|
| 63 |
+
Annotated with YOLO-style bounding boxes.
|
| 64 |
+
|
| 65 |
+
High-quality labels created semi-automatically using CVAT with AI-assisted tools.
|
| 66 |
+
|
| 67 |
+
🔹 synthetic_data.zip/
|
| 68 |
+
|
| 69 |
+
Auto-labeled by Unity with accurate bounding boxes and semantic masks.
|
| 70 |
+
|
| 71 |
+
|