Spaces:
Build error
Build error
# Please insure that your custom_dataset are put in same parent dir with YOLOv6_DIR | |
train: ../custom_dataset/images/train # train images | |
val: ../custom_dataset/images/val # val images | |
test: ../custom_dataset/images/test # test images (optional) | |
# whether it is coco dataset, only coco dataset should be set to True. | |
is_coco: False | |
# Classes | |
nc: 20 # number of classes | |
names: ['aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', | |
'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor'] # class names |