dek8v5 commited on
Commit
4088974
·
verified ·
1 Parent(s): 8aa5fef

pushing yaml files

Browse files

yaml file for yolov9 and yolov11/v12
April 3, 2026

Files changed (2) hide show
  1. yolov11-v12_data.yaml +10 -0
  2. yolov9_data.yaml +9 -0
yolov11-v12_data.yaml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ path: <path_to>/MaizeSeedlingDetectionDataset_MSDD/
2
+
3
+ train: training/images
4
+ val: validation/images
5
+ test: test/images
6
+
7
+ names:
8
+ 0: Single
9
+ 1: Double
10
+ 2: Triple
yolov9_data.yaml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ train: <path_to>/MaizeSeedlingDetectionDataset_MSDD/training/images
2
+ val: <path_to>/MaizeSeedlingDetectionDataset_MSDD/validation/images
3
+ test: <path_to>/MaizeSeedlingDetectionDataset_MSDD/test/images
4
+
5
+ nc: 3
6
+ names:
7
+ 0: Single
8
+ 1: Double
9
+ 2: Triple