glenn-jocher commited on
Commit
fd0b1cc
1 Parent(s): 45abf0c

update voc.yaml

Browse files
Files changed (1) hide show
  1. 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 yolov5/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,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','horse',
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']