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: 4
|
6 |
+
names: ['big green cube', 'brown hole', 'small red cylinder', 'yellow cube']
|
7 |
+
|
8 |
+
roboflow:
|
9 |
+
workspace: isro1
|
10 |
+
project: sample-det
|
11 |
+
version: 3
|
12 |
+
license: Private
|
13 |
+
url: https://app.roboflow.com/isro1/sample-det/3
|