glenn-jocher commited on
Commit
c0c5fd8
1 Parent(s): d597513

Update voc.yaml

Browse files
Files changed (1) hide show
  1. data/voc.yaml +8 -1
data/voc.yaml CHANGED
@@ -1,7 +1,14 @@
 
 
 
 
 
 
 
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
 
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
6
+ # /VOC
7
+ # /yolov5
8
 
9
  # train and val datasets (image directory or *.txt file with image paths)
10
  train: ../VOC/images/train/
11
+ val: ../VOC/images/val/
12
 
13
  # number of classes
14
  nc: 20