ChristopherSTAN
commited on
Create voc.yaml
Browse files- data/voc.yaml +10 -0
data/voc.yaml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# train and val datasets (image directory or *.txt file with image paths)
|
3 |
+
train: ../VOC/images/train/
|
4 |
+
val: ../VOC/images/val//
|
5 |
+
|
6 |
+
# number of classes
|
7 |
+
nc: 20
|
8 |
+
|
9 |
+
# class names
|
10 |
+
names: ['aeroplane', 'bicycle','bird','boat','bottle','bus','car','cat','chair','cow','diningtable','dog','horse','motorbike','person','pottedplant','sheep','sofa','train','tvmonitor']
|