glenn-jocher commited on
Commit
55e4860
1 Parent(s): 1bc0ef8

udpate dataset download instructions

Browse files
Files changed (2) hide show
  1. data/get_coco2017.sh +7 -3
  2. data/get_voc.sh +8 -0
data/get_coco2017.sh CHANGED
@@ -1,7 +1,11 @@
1
  #!/bin/bash
2
- # Zip coco folder
3
- # zip -r coco.zip coco
4
- # tar -czvf coco.tar.gz coco
 
 
 
 
5
 
6
  # Download labels from Google Drive, accepting presented query
7
  filename="coco2017labels.zip"
 
1
  #!/bin/bash
2
+ # COCO 2017 dataset http://cocodataset.org
3
+ # Download command: bash yolov5/data/get_coco2017.sh
4
+ # Train command: python train.py --data ./data/coco.yaml
5
+ # Dataset should be placed next to yolov5 folder:
6
+ # /parent_folder
7
+ # /coco
8
+ # /yolov5
9
 
10
  # Download labels from Google Drive, accepting presented query
11
  filename="coco2017labels.zip"
data/get_voc.sh CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  start=`date +%s`
2
 
3
  # handle optional download dir
 
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
  start=`date +%s`
10
 
11
  # handle optional download dir