Spaces:
Build error
Build error
commit
Browse files
coco.yaml
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# COCO 2017 dataset http://cocodataset.org
|
2 |
+
train: ../coco/images/train2017 # 118287 images
|
3 |
+
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: 1
|
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' ]
|