diff --git a/examples/vision/detection/paddledetection/README.md b/examples/vision/detection/paddledetection/README.md index 4ab0411c2..ef65a6ae0 100644 --- a/examples/vision/detection/paddledetection/README.md +++ b/examples/vision/detection/paddledetection/README.md @@ -19,7 +19,9 @@ 在部署前,需要先将PaddleDetection导出成部署模型,导出步骤参考文档[导出模型](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/deploy/EXPORT_MODEL.md) -注意:在导出模型时不要进行NMS的去除操作,正常导出即可。 +**注意** +- 在导出模型时不要进行NMS的去除操作,正常导出即可 +- 导出模型时,不要添加`fuse_normalize=True`参数 ## 下载预训练模型