We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f1ab5 commit a724dc9Copy full SHA for a724dc9
modules/gapi/samples/privacy_masking_camera.cpp
@@ -21,7 +21,7 @@ const std::string keys =
21
"{ input | | Path to the input video file }"
22
"{ platm | vehicle-license-plate-detection-barrier-0106.xml | Path to OpenVINO IE vehicle/plate detection model (.xml) }"
23
"{ platd | CPU | Target device for vehicle/plate detection model (e.g. CPU, GPU, VPU, ...) }"
24
- "{ facem | face-detection-adas-0001.xml | Path to OpenVINO IE face detection model (.xml) }"
+ "{ facem | face-detection-retail-0005.xml | Path to OpenVINO IE face detection model (.xml) }"
25
"{ faced | CPU | Target device for face detection model (e.g. CPU, GPU, VPU, ...) }"
26
"{ trad | false | Run processing in a traditional (non-pipelined) way }"
27
"{ noshow | false | Don't display UI (improves performance) }";
0 commit comments