Spaces:
Build error
Build error
File size: 363 Bytes
598ce43 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# COCO 2017 dataset http://cocodataset.org
train: ../coco/images/train2017 # 118287 images
val: ../coco/images/val2017 # 5000 images
test: ../coco/images/test2017
anno_path: ../coco/annotations/instances_val2017.json
# number of classes
nc: 1
# whether it is coco dataset, only coco dataset should be set to True.
is_coco: True
# class names
names: [ 'person' ] |