Modify Line 104 on getting coco dataset (#1415)

The correct command for downloading coco dataset 2014 is supposed to be "!bash yolov3/data/get_coco2014.sh"
This commit is contained in:
e96031413
2020-07-27 14:50:05 +08:00
committed by GitHub
parent e80cc2b80e
commit 8de13f114d
+1 -1
View File
@@ -101,7 +101,7 @@
],
"source": [
"!git clone https://github.com/ultralytics/yolov3 # clone\n",
"!bash yolov3/data/get_coco_dataset_gdrive.sh # copy COCO2014 dataset (19GB)\n",
"!bash yolov3/data/get_coco2014.sh # copy COCO2014 dataset (19GB)\n",
"%cd yolov3"
]
},