Browse Source

update voc.yaml

5.0
Glenn Jocher 4 years ago
parent
commit
fd0b1cc924
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      data/voc.yaml

+ 3
- 3
data/voc.yaml View File

@@ -1,5 +1,5 @@
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/
# Download command: bash yolov5/data/get_voc.sh
# Download command: bash ./data/get_voc.sh
# Train command: python train.py --data voc.yaml
# Dataset should be placed next to yolov5 folder:
# /parent_folder
@@ -14,5 +14,5 @@ val: ../VOC/images/val/
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']
names: ['aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog',
'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor']

Loading…
Cancel
Save