Commit 34dcb15e authored by mashun1's avatar mashun1
Browse files

Update README.md

parent 29bc3ced
Pipeline #823 canceled with stages
...@@ -82,7 +82,7 @@ YOLOv5 是一种基于单阶段目标检测算法,通过将图像划分为不 ...@@ -82,7 +82,7 @@ YOLOv5 是一种基于单阶段目标检测算法,通过将图像划分为不
# 获取tensorrt模型 # 获取tensorrt模型
trtexec --onnx=/path/to/load/onnx/model --saveEngine=/path/to/save/trt/model --int8 trtexec --onnx=/path/to/load/onnx/model --saveEngine=/path/to/save/trt/model --int8
注意:更多选项参考`参考资料部分` 注意:更多选项参考`参考资料`
## 推理 ## 推理
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment