Created using Colaboratory

This commit is contained in:
Glenn Jocher 2021-07-04 15:55:23 +02:00
parent 9d86b54eb3
commit bd88e7f4f2
1 changed files with 1 additions and 1 deletions

2
tutorial.ipynb vendored
View File

@ -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": [