Spaces:
Build error
Build error
update
Browse files
coco.yaml
CHANGED
|
@@ -4,9 +4,17 @@ val: ../coco/images/val2017 # 5000 images
|
|
| 4 |
test: ../coco/images/test2017
|
| 5 |
anno_path: ../coco/annotations/instances_val2017.json
|
| 6 |
# number of classes
|
| 7 |
-
nc:
|
| 8 |
# whether it is coco dataset, only coco dataset should be set to True.
|
| 9 |
is_coco: True
|
| 10 |
|
| 11 |
# class names
|
| 12 |
-
names: [ 'person' , 'bicycle'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
test: ../coco/images/test2017
|
| 5 |
anno_path: ../coco/annotations/instances_val2017.json
|
| 6 |
# number of classes
|
| 7 |
+
nc: 80
|
| 8 |
# whether it is coco dataset, only coco dataset should be set to True.
|
| 9 |
is_coco: True
|
| 10 |
|
| 11 |
# class names
|
| 12 |
+
names: [ 'person' , 'bicycle', 'car', 'motorcycle', 'airplane', 'bus', 'train', 'truck', 'boat', 'traffic light',
|
| 13 |
+
'fire hydrant', 'stop sign', 'parking meter', 'bench', 'bird', 'cat', 'dog', 'horse', 'sheep', 'cow',
|
| 14 |
+
'elephant', 'bear', 'zebra', 'giraffe', 'backpack', 'umbrella', 'handbag', 'tie', 'suitcase', 'frisbee',
|
| 15 |
+
'skis', 'snowboard', 'sports ball', 'kite', 'baseball bat', 'baseball glove', 'skateboard', 'surfboard',
|
| 16 |
+
'tennis racket', 'bottle', 'wine glass', 'cup', 'fork', 'knife', 'spoon', 'bowl', 'banana', 'apple',
|
| 17 |
+
'sandwich', 'orange', 'broccoli', 'carrot', 'hot dog', 'pizza', 'donut', 'cake', 'chair', 'couch',
|
| 18 |
+
'potted plant', 'bed', 'dining table', 'toilet', 'tv', 'laptop', 'mouse', 'remote', 'keyboard', 'cell phone',
|
| 19 |
+
'microwave', 'oven', 'toaster', 'sink', 'refrigerator', 'book', 'clock', 'vase', 'scissors', 'teddy bear',
|
| 20 |
+
'hair drier', 'toothbrush' ]
|