未验证 提交 49664c7a 编写于 作者: W wuyefeilin 提交者: GitHub

Merge pull request #239 from wuyefeilin/humanseg

update README.md
......@@ -43,7 +43,13 @@ python pretrained_weights/download_pretrained_weights.py
## 视频流分割
```bash
python video_infer.py --model_dir path/to/model_dir
# 打开摄像头进行预测
python video_infer.py --model_dir pretrained_weights/humanseg_lite_epxort
# 对视频进行预测
python video_infer.py --model_dir pretrained_weights/humanseg_lite_epxort \
----video_path data/video_test.mp4
```
## 训练
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册