瀏覽代碼

Update voc.yaml

5.0
Glenn Jocher GitHub 4 年之前
父節點
當前提交
c0c5fd8121
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. +8
    -1
      data/voc.yaml

+ 8
- 1
data/voc.yaml 查看文件

@@ -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: ../VOC/images/train/
val: ../VOC/images/val//
val: ../VOC/images/val/

# number of classes
nc: 20

Loading…
取消
儲存