From 98994caceda5d19b58e36fca8a429e28924b7ce5 Mon Sep 17 00:00:00 2001 From: BaofengZan Date: Fri, 28 Aug 2020 13:26:40 +0800 Subject: [PATCH] =?UTF-8?q?Update=20windows=E7=BC=96=E8=AF=91=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E6=89=8B=E6=8A=8A=E6=89=8B=E6=95=99=E7=A8=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- windows编译运行手把手教程.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows编译运行手把手教程.md b/windows编译运行手把手教程.md index 9019bfc..28c9d1a 100644 --- a/windows编译运行手把手教程.md +++ b/windows编译运行手把手教程.md @@ -2,7 +2,7 @@ ## 说明 -本教程可以用于https://github.com/wang-xinyu/tensorrtx该仓库中所有项目,只需要修改几处代码即可,修改之处后面会详细注明。 +本教程可以用于https://github.com/wang-xinyu/tensorrtx 该仓库中所有项目,只需要修改几处代码即可,修改之处后面会详细注明。 ## 所需环境 @@ -147,4 +147,4 @@ yolov5.exe -d ../samples // deserialize plan file and run inference, the images **注意:** -**运行时需要将tensorRt的dll和opencv的dll拷贝到exe所在路径。或者将tensorRt和opencv的bin文件夹路径添加到环境变量中(不建议)** \ No newline at end of file +**运行时需要将tensorRt的dll和opencv的dll拷贝到exe所在路径。或者将tensorRt和opencv的bin文件夹路径添加到环境变量中(不建议)**