Unverified 提交 36f64a98 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Update tutorial.ipynb (#8507)

上级 1ab23fc6
...@@ -1105,8 +1105,8 @@ ...@@ -1105,8 +1105,8 @@
"# TensorRT \n", "# TensorRT \n",
"# https://docs.nvidia.com/deeplearning/tensorrt/install-guide/index.html#installing-pip\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", "!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 export.py --weights yolov5s.pt --include engine --imgsz 640 --device 0 # export\n",
"!python detect.py --weights yolov5s.engine --imgsz 640 640 --device 0 # inference" "!python detect.py --weights yolov5s.engine --imgsz 640 --device 0 # inference"
], ],
"execution_count": null, "execution_count": null,
"outputs": [] "outputs": []
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论