From 94b985b31cf1e550017cd870043f23027da6d825 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Tue, 27 Aug 2024 14:52:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E9=85=8D=E7=BD=AE=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- paddle_detection/deploy/third_engine/onnx/infer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddle_detection/deploy/third_engine/onnx/infer.py b/paddle_detection/deploy/third_engine/onnx/infer.py index 9be2f65..29bd724 100644 --- a/paddle_detection/deploy/third_engine/onnx/infer.py +++ b/paddle_detection/deploy/third_engine/onnx/infer.py @@ -93,7 +93,7 @@ class PredictConfig(object): print( 'The RCNN export model is used for ONNX and it only supports batch_size = 1' ) - self.print_config() + # self.print_config() def check_model(self, yml_conf): """