glenn-jocher commited on
Commit
f284348
1 Parent(s): aa08b2b

update coco.yaml

Browse files
Files changed (2) hide show
  1. data/coco.yaml +2 -2
  2. data/coco128.yaml +1 -1
data/coco.yaml CHANGED
@@ -10,7 +10,7 @@
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 # 20288 of 40670 images for submission to https://competitions.codalab.org/competitions/20794
14
 
15
  # number of classes
16
  nc: 80
@@ -30,4 +30,4 @@ names: ['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 't
30
  # with open('data/coco.yaml') as f:
31
  # d = yaml.load(f, Loader=yaml.FullLoader) # dict
32
  # for i, x in enumerate(d['names']):
33
- # print(i, x)
 
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 # 20288 of 40670 images, submit to https://competitions.codalab.org/competitions/20794
14
 
15
  # number of classes
16
  nc: 80
 
30
  # with open('data/coco.yaml') as f:
31
  # d = yaml.load(f, Loader=yaml.FullLoader) # dict
32
  # for i, x in enumerate(d['names']):
33
+ # print(i, x)
data/coco128.yaml CHANGED
@@ -23,4 +23,4 @@ names: ['person', 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 't
23
  'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch',
24
  'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone',
25
  'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear',
26
- 'hair drier', 'toothbrush']
 
23
  'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch',
24
  'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone',
25
  'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear',
26
+ 'hair drier', 'toothbrush']