Skip to content

Commit

Permalink
Update tutorial.ipynb (ultralytics#8507)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and Clay Januhowski committed Sep 8, 2022
1 parent 24a6c36 commit 5acf769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,8 @@
"# TensorRT \n",
"# https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-pip\n",
"!pip install -U nvidia-tensorrt --index-url https://pypi.ngc.nvidia.com # install\n",
"!python export.py --weights yolov5s.pt --include engine --imgsz 640 640 --device 0 # export\n",
"!python detect.py --weights yolov5s.engine --imgsz 640 640 --device 0 # inference"
"!python export.py --weights yolov5s.pt --include engine --imgsz 640 --device 0 # export\n",
"!python detect.py --weights yolov5s.engine --imgsz 640 --device 0 # inference"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 5acf769

Please sign in to comment.