From f2843481a95e99e3a7489d66b7a652d8847f1dc3 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 15 Jul 2020 18:58:35 -0700 Subject: [PATCH] update coco.yaml --- data/coco.yaml | 4 ++-- data/coco128.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/coco.yaml b/data/coco.yaml index 243809b..e346b93 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 # 20288 of 40670 images for submission to https://competitions.codalab.org/competitions/20794 +test: ../coco/test-dev2017.txt # 20288 of 40670 images, submit to https://competitions.codalab.org/competitions/20794 # number of classes nc: 80 @@ -30,4 +30,4 @@ names: ['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 't # with open('data/coco.yaml') as f: # d = yaml.load(f, Loader=yaml.FullLoader) # dict # for i, x in enumerate(d['names']): -# print(i, x) \ No newline at end of file +# print(i, x) diff --git a/data/coco128.yaml b/data/coco128.yaml index a7ac848..9f47382 100644 --- a/data/coco128.yaml +++ b/data/coco128.yaml @@ -23,4 +23,4 @@ names: ['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 't 'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch', 'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone', 'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear', - 'hair drier', 'toothbrush'] \ No newline at end of file + 'hair drier', 'toothbrush']