|
@@ -0,0 +1,10 @@
|
|
|
+# Please insure that your custom_dataset are put in same parent dir with YOLOv6_DIR
|
|
|
+train: images/train # train images
|
|
|
+val: images/val # val images
|
|
|
+test: images/test # test images (optional)
|
|
|
+
|
|
|
+# whether it is coco dataset, only coco dataset should be set to True.
|
|
|
+is_coco: False
|
|
|
+# Classes
|
|
|
+nc: 4 # number of classes
|
|
|
+names: ['YQ', 'ZL', 'ZY', 'ZYT'] # class names
|