From f6e8fe7427395f2bfd5630a93a1fcb7a3e40cf35 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 13 Dec 2022 11:24:17 +0800 Subject: [PATCH] Update README.md --- examples/vision/detection/paddledetection/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/vision/detection/paddledetection/README.md b/examples/vision/detection/paddledetection/README.md index 4da1ba7e9..575b305bb 100644 --- a/examples/vision/detection/paddledetection/README.md +++ b/examples/vision/detection/paddledetection/README.md @@ -23,6 +23,7 @@ **注意** - 在导出模型时不要进行NMS的去除操作,正常导出即可 +- 如果用于跑原生TensorRT后端(非Paddle Inference后端),不要添加--trt参数 - 导出模型时,不要添加`fuse_normalize=True`参数 ## 下载预训练模型 @@ -49,4 +50,4 @@ ## 详细部署文档 - [Python部署](python) -- [C++部署](cpp) \ No newline at end of file +- [C++部署](cpp)