Update README.md

This commit is contained in:
Jason
2022-12-07 11:13:05 +08:00
committed by GitHub
parent a7dd481cd4
commit 19213502ea

View File

@@ -85,7 +85,7 @@ PaddleSegModel模型加载和初始化其中model_file为导出的Paddle模
> > * **is_vertical_screen**(bool): PP-HumanSeg系列模型通过设置此参数为`true`表明输入图片是竖屏即height大于width的图片
#### 后处理参数
> > * **appy_softmax**(bool): 当模型导出时,并未指定`apply_softmax`参数,可通过此设置此参数为`true`将预测的输出分割标签label_map对应的概率结果(score_map)做softmax归一化处理
> > * **apply_softmax**(bool): 当模型导出时,并未指定`apply_softmax`参数,可通过此设置此参数为`true`将预测的输出分割标签label_map对应的概率结果(score_map)做softmax归一化处理
- [模型介绍](../../)
- [Python部署](../python)