From 0dcc5026d3ff6c837df0e6cf30d134c11a232c52 Mon Sep 17 00:00:00 2001 From: channingss Date: Tue, 25 Feb 2020 10:47:33 +0800 Subject: [PATCH] update README.md for mask_detection with python --- demo/mask_detection/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/mask_detection/python/README.md b/demo/mask_detection/python/README.md index 5af3034c..a2dc51f4 100644 --- a/demo/mask_detection/python/README.md +++ b/demo/mask_detection/python/README.md @@ -51,8 +51,8 @@ python infer.py --models_dir=/path/to/models --img_paths=/path/to/images --video | 参数 | 是否必须|含义 | |-------|-------|----------| | models_dir | Yes|两个模型路径./pyramidbox_lite_mobile_mask | -| img_paths |No|需要预测的图片目录 | -| video_path |No|需要预测的视频目录| +| img_paths |img_paths/video_path 二选一|需要预测的图片目录 | +| video_path |img_paths/video_path 二选一|需要预测的视频目录| | video_size |No|预测视频分辨率大小(w,h) | | use_camera |No|是否打开摄像头进行预测 | | use_gpu |No|是否GPU,默认为False| -- GitLab