Skip to content

Commit

Permalink
Fix from yolov5 import utils statement (#7578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack24658735 committed Apr 26, 2022
1 parent e54e758 commit 2611477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2611477

Please sign in to comment.