From e82f07aa1ac766f77e0f8e2cb28aa480e7c5097e Mon Sep 17 00:00:00 2001 From: th Date: Mon, 11 Aug 2025 14:32:23 +0800 Subject: [PATCH] =?UTF-8?q?riverDetSegMixProcess:=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E6=B2=B3=E8=BE=B9=EF=BC=88=E6=B2=B3=E9=81=93?= =?UTF-8?q?=E8=86=A8=E8=83=80=E6=8C=87=E5=AE=9Ascale=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E7=B1=BB=EF=BC=89=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- enums/ModelTypeEnum.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enums/ModelTypeEnum.py b/enums/ModelTypeEnum.py index bd89e99..9f7febb 100644 --- a/enums/ModelTypeEnum.py +++ b/enums/ModelTypeEnum.py @@ -343,7 +343,8 @@ class ModelType(Enum): 'function': riverDetSegMixProcess, 'pars': { 'slopeIndex': [1, 3, 4, 7], - 'riverIou': 0.1 + 'riverIou': 0.1, + 'scale': 0.25 } } },