From 18eb4735ea47e0418fb4da15ca025039bab28def Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Fri, 17 May 2024 18:22:00 +0800 Subject: [PATCH] =?UTF-8?q?feat=20generate=20=E6=B1=A1=E7=82=B9=E5=9B=BE?= =?UTF-8?q?=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/core/config.py b/app/core/config.py index cccabb9..69aa1db 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -80,6 +80,7 @@ GI_SYS_IMAGE_URL = "aida-sys-image/generate_image/white_image.jpg" # SEG service config SEG_MODEL_URL = '10.1.1.240:10000' SEGMENTATION = { + "new_model_name": "seg_knet", "name": "seg_ocrnet_hr18", "input": "seg_input__0", "output": "seg_output__0",