Upload dataset README
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: train/**
|
| 7 |
+
- split: test
|
| 8 |
+
path: test/**
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Defect VLM Dataset
|
| 12 |
+
|
| 13 |
+
This dataset contains paired structural defect images and English natural-language descriptions.
|
| 14 |
+
|
| 15 |
+
Fields:
|
| 16 |
+
- `image`: the defect image
|
| 17 |
+
- `text`: the generated English defect description
|
| 18 |
+
|
| 19 |
+
Splits:
|
| 20 |
+
- train: 884 images
|
| 21 |
+
- test: 211 images
|
| 22 |
+
|
| 23 |
+
The descriptions were generated from defect category and extent annotations while preserving the original train/test split.
|