Created using Colaboratory
This commit is contained in:
parent
9d86b54eb3
commit
bd88e7f4f2
|
|
@ -680,7 +680,7 @@
|
|||
"source": [
|
||||
"# Download COCO val2017\n",
|
||||
"torch.hub.download_url_to_file('https://github.com/ultralytics/yolov5/releases/download/v1.0/coco2017val.zip', 'tmp.zip')\n",
|
||||
"!unzip -q tmp.zip -d ../ && rm tmp.zip"
|
||||
"!unzip -q tmp.zip -d ../datasets && rm tmp.zip"
|
||||
],
|
||||
"execution_count": null,
|
||||
"outputs": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue