mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-28 01:24:22 +08:00
15 lines
288 B
YAML
15 lines
288 B
YAML
path: datasets/sugarcane # dataset root dir
|
|
train: train/images
|
|
val: valid/images
|
|
test: test/images
|
|
|
|
nc: 2
|
|
names: ['pineapple', 'weed']
|
|
|
|
roboflow:
|
|
workspace: hoku
|
|
project: pineapple-thsih
|
|
version: 7
|
|
license: MIT
|
|
url: https://universe.roboflow.com/hoku/pineapple-thsih/dataset/7
|