zsl #14

Merged
jiangchaoqing merged 7 commits from zsl into master 2025-08-25 11:20:50 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit e82f07aa1a - Show all commits

View File

@ -343,7 +343,8 @@ class ModelType(Enum):
'function': riverDetSegMixProcess,
'pars': {
'slopeIndex': [1, 3, 4, 7],
'riverIou': 0.1
'riverIou': 0.1,
'scale': 0.25
}
}
},