Revert coco128.yaml to initial commit
Browse files- data/coco128.yaml +2 -2
data/coco128.yaml
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
|
9 |
|
10 |
# train and val datasets (image directory or *.txt file with image paths)
|
11 |
-
train:
|
12 |
-
val:
|
13 |
|
14 |
# number of classes
|
15 |
nc: 80
|
|
|
8 |
|
9 |
|
10 |
# train and val datasets (image directory or *.txt file with image paths)
|
11 |
+
train: ../coco128/images/train2017/
|
12 |
+
val: ../coco128/images/train2017/
|
13 |
|
14 |
# number of classes
|
15 |
nc: 80
|