mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
Create voc.yaml
This commit is contained in:
parent
8c3b829214
commit
d597513798
10
data/voc.yaml
Normal file
10
data/voc.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
# train and val datasets (image directory or *.txt file with image paths)
|
||||
train: ../VOC/images/train/
|
||||
val: ../VOC/images/val//
|
||||
|
||||
# number of classes
|
||||
nc: 20
|
||||
|
||||
# class names
|
||||
names: ['aeroplane', 'bicycle','bird','boat','bottle','bus','car','cat','chair','cow','diningtable','dog','horse','motorbike','person','pottedplant','sheep','sofa','train','tvmonitor']
|
Loading…
x
Reference in New Issue
Block a user