Skip to content

Commit

Permalink
Fix from yolov5 import utils statement (ultralytics#7578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack24658735 authored and Clay Januhowski committed Sep 8, 2022
1 parent 30d5dd7 commit 17ee15a
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 17ee15a

Please sign in to comment.