glenn-jocher
commited on
Commit
•
b9855f1
1
Parent(s):
2dd43bc
update coco.yaml
Browse files- data/coco.yaml +3 -3
data/coco.yaml
CHANGED
@@ -8,9 +8,9 @@
|
|
8 |
|
9 |
|
10 |
# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
|
11 |
-
train: ../coco/train2017.txt #
|
12 |
-
val: ../coco/val2017.txt #
|
13 |
-
test: ../coco/test-dev2017.txt #
|
14 |
|
15 |
# number of classes
|
16 |
nc: 80
|
|
|
8 |
|
9 |
|
10 |
# train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/]
|
11 |
+
train: ../coco/train2017.txt # 118287 images
|
12 |
+
val: ../coco/val2017.txt # 5000 images
|
13 |
+
test: ../coco/test-dev2017.txt # 40670 images for submission to https://competitions.codalab.org/competitions/20794
|
14 |
|
15 |
# number of classes
|
16 |
nc: 80
|