Update tutorial.ipynb (#8507)
parent
1ab23fc67f
commit
36f64a981d
|
@ -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": []
|
||||
|
|
Loading…
Reference in New Issue