Commit
·
fd0b1cc
1
Parent(s):
45abf0c
update voc.yaml
Browse files- data/voc.yaml +3 -3
data/voc.yaml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/
|
2 |
-
# Download command: bash
|
3 |
# Train command: python train.py --data voc.yaml
|
4 |
# Dataset should be placed next to yolov5 folder:
|
5 |
# /parent_folder
|
@@ -14,5 +14,5 @@ val: ../VOC/images/val/
|
|
14 |
nc: 20
|
15 |
|
16 |
# class names
|
17 |
-
names: ['aeroplane', 'bicycle','bird','boat','bottle','bus','car','cat','chair','cow','diningtable','dog',
|
18 |
-
'motorbike','person','pottedplant','sheep','sofa','train','tvmonitor']
|
|
|
1 |
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/
|
2 |
+
# Download command: bash ./data/get_voc.sh
|
3 |
# Train command: python train.py --data voc.yaml
|
4 |
# Dataset should be placed next to yolov5 folder:
|
5 |
# /parent_folder
|
|
|
14 |
nc: 20
|
15 |
|
16 |
# class names
|
17 |
+
names: ['aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog',
|
18 |
+
'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor']
|