未验证 提交 6b4af5b3 编写于 作者: Z Zeyu Chen 提交者: GitHub

Update README.md

上级 0f3c7777
......@@ -44,10 +44,10 @@ python data/download_data.py
## 快速体验视频流人像分割
```bash
# 通过电脑摄像头进行实时分割处理
python video_infer.py --model_dir pretrained_weights/humanseg_lite_epxort/
python video_infer.py --model_dir pretrained_weights/humanseg_lite_export
# 对人像视频进行分割处理
python video_infer.py --model_dir pretrained_weights/humanseg_lite_epxort/ --video_path data/video_test.mp4
python video_infer.py --model_dir pretrained_weights/humanseg_lite_export --video_path data/video_test.mp4
```
## 训练
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册