未验证 提交 c1b9231d 编写于 作者: L leiqing 提交者: GitHub

Update README.md

上级 7ca2aa68
......@@ -151,7 +151,7 @@ python yolov7_onnx_trt.py --model_path=output/quant_model.onnx --image_file=imag
进入[cpp_infer](./cpp_infer)文件夹内,请按照[C++ TensorRT Benchmark测试教程](./cpp_infer/README.md)进行准备环境及编译,然后开始测试:
```shell
# 编译
bash complie.sh
bash compile.sh
# 执行
./build/trt_run --model_file yolov7_quant/model.pdmodel --params_file yolov7_quant/model.pdiparams --run_mode=trt_int8
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册