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)