Update windows编译运行手把手教程.md

This commit is contained in:
BaofengZan 2020-08-28 13:26:40 +08:00 committed by wang-xinyu
parent 71d67dd52e
commit 98994caced

View File

@ -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文件夹路径添加到环境变量中不建议**
**运行时需要将tensorRt的dll和opencv的dll拷贝到exe所在路径。或者将tensorRt和opencv的bin文件夹路径添加到环境变量中不建议**