Fix `from yolov5 import utils` statement (#7578)

pull/7599/head
Jack Liu 2022-04-26 12:05:48 +08:00 committed by GitHub
parent e54e758cfb
commit 2611477d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tutorial.ipynb vendored
View File

@ -410,7 +410,7 @@
"%pip install -qr requirements.txt # install\n",
"\n",
"import torch\n",
"from yolov5 import utils\n",
"import utils\n",
"display = utils.notebook_init() # checks"
],
"execution_count": null,