提交 496f9451 编写于 作者: C chenguowei01

update README.md

上级 ba365ae8
......@@ -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.
先完成此消息的编辑!
想要评论请 注册