未验证 提交 5488f7d4 编写于 作者: W wuyefeilin 提交者: GitHub

Update README.md

上级 d0f07ee8
...@@ -90,7 +90,7 @@ python train.py --help ...@@ -90,7 +90,7 @@ python train.py --help
```bash ```bash
python val.py --model_dir output/best_model \ python val.py --model_dir output/best_model \
--data_dir data/mini_supervisely \ --data_dir data/mini_supervisely \
--val_list data/mini_supervisely/val.txt \ --val_list data/mini_supervisely/val.txt
``` ```
其中参数含义如下: 其中参数含义如下:
* `--model_dir`: 模型路径 * `--model_dir`: 模型路径
...@@ -143,7 +143,7 @@ python quant_online.py --model_type HumanSegMobile \ ...@@ -143,7 +143,7 @@ python quant_online.py --model_type HumanSegMobile \
--pretrained_weights output/best_model \ --pretrained_weights output/best_model \
--batch_size 2 \ --batch_size 2 \
--learning_rate 0.001 \ --learning_rate 0.001 \
--num_epochs 2 \ --num_epochs 2
``` ```
其中参数含义如下: 其中参数含义如下:
* `--model_type`: 模型类型,可选项为:HumanSegServer、HumanSegMobile和HumanSegLite * `--model_type`: 模型类型,可选项为:HumanSegServer、HumanSegMobile和HumanSegLite
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册