From a724dc99e8037fe045eeff0751360820c5897904 Mon Sep 17 00:00:00 2001 From: Dmitry Matveev Date: Thu, 9 Jul 2020 14:09:59 +0300 Subject: [PATCH] G-API: Change the default FD model in the privacy-masking-camera --- modules/gapi/samples/privacy_masking_camera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gapi/samples/privacy_masking_camera.cpp b/modules/gapi/samples/privacy_masking_camera.cpp index d16a1b92df..6e8411c674 100644 --- a/modules/gapi/samples/privacy_masking_camera.cpp +++ b/modules/gapi/samples/privacy_masking_camera.cpp @@ -21,7 +21,7 @@ const std::string keys = "{ input | | Path to the input video file }" "{ platm | vehicle-license-plate-detection-barrier-0106.xml | Path to OpenVINO IE vehicle/plate detection model (.xml) }" "{ platd | CPU | Target device for vehicle/plate detection model (e.g. CPU, GPU, VPU, ...) }" - "{ 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) }" "{ faced | CPU | Target device for face detection model (e.g. CPU, GPU, VPU, ...) }" "{ trad | false | Run processing in a traditional (non-pipelined) way }" "{ noshow | false | Don't display UI (improves performance) }";