Update tutorial.ipynb (#8507)

pull/8213/head
Glenn Jocher 2022-07-07 12:34:01 +02:00 committed by GitHub
parent 1ab23fc67f
commit 36f64a981d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
tutorial.ipynb vendored
View File

@ -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": []