提交 ba472db4 编写于 作者: Z ZeyuChen

update requirements and run scripts

上级 97a448a5
......@@ -44,11 +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_epxort/
# 对人像视频进行分割处理
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_epxort/ --video_path data/video_test.mp4
```
## 训练
......
pyyaml >= 5.1
visualdl == 2.0.0-alpha.1
Pillow
tqdm
paddleslim
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册