Spaces:
Sleeping
Sleeping
Upload data.yaml
Browse files
data.yaml
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
train: ../train/images
|
| 2 |
+
val: ../valid/images
|
| 3 |
+
test: ../test/images
|
| 4 |
+
|
| 5 |
+
nc: 6
|
| 6 |
+
names: ['Burned spot', 'Cracked', 'Damage', 'Dusty', 'Electrical damage', 'Hot Spot']
|
| 7 |
+
|
| 8 |
+
roboflow:
|
| 9 |
+
workspace: naveen-kumar-9emxl
|
| 10 |
+
project: my-project-1-scnhw
|
| 11 |
+
version: 1
|
| 12 |
+
license: CC BY 4.0
|
| 13 |
+
url: https://universe.roboflow.com/naveen-kumar-9emxl/my-project-1-scnhw/dataset/1
|