Update voc.yaml

pull/1/head
Glenn Jocher 5 years ago committed by GitHub
parent d597513798
commit c0c5fd8121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,14 @@
# PASCAL VOC dataset http://host.robots.ox.ac.uk/pascal/VOC/
# Download command: bash yolov5/data/get_voc.sh
# Train command: python train.py --data voc.yaml
# Dataset should be placed next to yolov5 folder:
# /parent_folder
# /VOC
# /yolov5
# train and val datasets (image directory or *.txt file with image paths) # train and val datasets (image directory or *.txt file with image paths)
train: ../VOC/images/train/ train: ../VOC/images/train/
val: ../VOC/images/val// val: ../VOC/images/val/
# number of classes # number of classes
nc: 20 nc: 20

Loading…
Cancel
Save