未验证 提交 36f57382 编写于 作者: Z Zeyu Chen 提交者: GitHub

Update README.md

上级 2425edf3
...@@ -10,7 +10,7 @@ HumanSegServer适用于服务端,HumanSegMobile和HumanSegLite适用于移动 ...@@ -10,7 +10,7 @@ HumanSegServer适用于服务端,HumanSegMobile和HumanSegLite适用于移动
* Python == 3.5/3.6/3.7 * Python == 3.5/3.6/3.7
* PaddlePaddle >= 1.7.2 * PaddlePaddle >= 1.7.2
PaddlePaddle的快速安装可参考[飞桨快速安装](https://www.paddlepaddle.org.cn/install/quick) PaddlePaddle的安装可参考[飞桨快速安装](https://www.paddlepaddle.org.cn/install/quick)
通过以下命令安装python包依赖,请确保在该分支上至少执行过一次以下命令 通过以下命令安装python包依赖,请确保在该分支上至少执行过一次以下命令
```shell ```shell
...@@ -84,7 +84,7 @@ python train.py --model_type HumanSegMobile \ ...@@ -84,7 +84,7 @@ python train.py --model_type HumanSegMobile \
python train.py --help python train.py --help
``` ```
**NOTE** **NOTE**
可通过更换`--model_type`变量与对应的`--pretrained_weights`体验不同的模型快速尝试。 可通过更换`--model_type`变量与对应的`--pretrained_weights`使用不同的模型快速尝试。
## 评估 ## 评估
使用下述命令进行评估 使用下述命令进行评估
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册