Ver código fonte

udpate dataset download instructions

5.0
Glenn Jocher 4 anos atrás
pai
commit
55e48603bf
2 arquivos alterados com 15 adições e 3 exclusões
  1. +7
    -3
      data/get_coco2017.sh
  2. +8
    -0
      data/get_voc.sh

+ 7
- 3
data/get_coco2017.sh Ver arquivo

@@ -1,7 +1,11 @@
#!/bin/bash
# Zip coco folder
# zip -r coco.zip coco
# tar -czvf coco.tar.gz coco
# COCO 2017 dataset http://cocodataset.org
# Download command: bash yolov5/data/get_coco2017.sh
# Train command: python train.py --data ./data/coco.yaml
# Dataset should be placed next to yolov5 folder:
# /parent_folder
# /coco
# /yolov5

# Download labels from Google Drive, accepting presented query
filename="coco2017labels.zip"

+ 8
- 0
data/get_voc.sh Ver arquivo

@@ -1,3 +1,11 @@
# 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

start=`date +%s`

# handle optional download dir

Carregando…
Cancelar
Salvar