Skip to content

Commit a724dc9

Browse files
committed
G-API: Change the default FD model in the privacy-masking-camera
1 parent 27f1ab5 commit a724dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gapi/samples/privacy_masking_camera.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const std::string keys =
2121
"{ input | | Path to the input video file }"
2222
"{ platm | vehicle-license-plate-detection-barrier-0106.xml | Path to OpenVINO IE vehicle/plate detection model (.xml) }"
2323
"{ 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) }"
24+
"{ facem | face-detection-retail-0005.xml | Path to OpenVINO IE face detection model (.xml) }"
2525
"{ faced | CPU | Target device for face detection model (e.g. CPU, GPU, VPU, ...) }"
2626
"{ trad | false | Run processing in a traditional (non-pipelined) way }"
2727
"{ noshow | false | Don't display UI (improves performance) }";

0 commit comments

Comments
 (0)