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): """