关闭配置日志打印

This commit is contained in:
2024-08-27 14:52:47 +08:00
parent e2ba298e61
commit 94b985b31c

View File

@@ -93,7 +93,7 @@ class PredictConfig(object):
print( print(
'The RCNN export model is used for ONNX and it only supports batch_size = 1' '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): def check_model(self, yml_conf):
""" """