Created using Colaboratory

This commit is contained in:
Glenn Jocher 2021-08-30 14:33:53 +02:00
parent dc13820c9d
commit bb4da083d1
1 changed files with 1 additions and 2 deletions

3
tutorial.ipynb vendored
View File

@ -457,9 +457,8 @@
"outputId": "8b728908-81ab-4861-edb0-4d0c46c439fb" "outputId": "8b728908-81ab-4861-edb0-4d0c46c439fb"
}, },
"source": [ "source": [
"%rm -rf runs\n",
"!python detect.py --weights yolov5s.pt --img 640 --conf 0.25 --source data/images/\n", "!python detect.py --weights yolov5s.pt --img 640 --conf 0.25 --source data/images/\n",
"#Image(filename='runs/detect/exp/zidane.jpg', width=600)" "Image(filename='runs/detect/exp/zidane.jpg', width=600)"
], ],
"execution_count": null, "execution_count": null,
"outputs": [ "outputs": [