From f1678ba8f43e91b129627db1920fa413c4ca923e Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 15 Jul 2020 17:59:40 -0700 Subject: [PATCH] update coco.yaml --- data/coco.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/coco.yaml b/data/coco.yaml index ed902c4..243809b 100644 --- a/data/coco.yaml +++ b/data/coco.yaml @@ -10,7 +10,7 @@ # train and val data as 1) directory: path/images/, 2) file: path/images.txt, or 3) list: [path1/images/, path2/images/] train: ../coco/train2017.txt # 118287 images val: ../coco/val2017.txt # 5000 images -test: ../coco/test-dev2017.txt # 40670 images for submission to https://competitions.codalab.org/competitions/20794 +test: ../coco/test-dev2017.txt # 20288 of 40670 images for submission to https://competitions.codalab.org/competitions/20794 # number of classes nc: 80