From 496f9451e57e8c2d9eec947e389e0703384ac703 Mon Sep 17 00:00:00 2001 From: chenguowei01 Date: Tue, 12 May 2020 01:35:08 +0800 Subject: [PATCH] update README.md --- contrib/HumanSeg/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/HumanSeg/README.md b/contrib/HumanSeg/README.md index 722650d6..78ac25d2 100644 --- a/contrib/HumanSeg/README.md +++ b/contrib/HumanSeg/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 + ``` ## 训练 -- GitLab