| # YOLO segmentation dataset configuration | |
| path: yolo_segmentation_dataset | |
| train: images/train | |
| val: images/val | |
| test: images/test | |
| nc: 2 | |
| names: ['crop', 'weed'] | |
| # YOLO segmentation dataset configuration | |
| path: yolo_segmentation_dataset | |
| train: images/train | |
| val: images/val | |
| test: images/test | |
| nc: 2 | |
| names: ['crop', 'weed'] | |