You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/gaze_estimation_demo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,6 @@ Other demo objectives are:
29
29
30
30
Running the application with the `-h` option yields the following usage message:
31
31
```
32
-
./gaze_estimation_demo -h
33
32
InferenceEngine:
34
33
API version ............ <version>
35
34
Build .................. <number>
@@ -38,7 +37,9 @@ gaze_estimation_demo [OPTION]
38
37
Options:
39
38
40
39
-h Print a usage message.
41
-
-i "<path>" Optional. Path to a video file. Default value is "cam" to work with camera.
40
+
-i Required. An input to process. The input must be a single image, a folder of images or anything that cv::VideoCapture can process.
41
+
-loop Optional. Enable reading the input in a loop.
42
+
-res "<WxH>" Optional. Set camera resolution in format WxH.
42
43
-m "<path>" Required. Path to an .xml file with a trained Gaze Estimation model.
43
44
-m_fd "<path>" Required. Path to an .xml file with a trained Face Detection model.
44
45
-m_hp "<path>" Required. Path to an .xml file with a trained Head Pose Estimation model.
@@ -48,8 +49,7 @@ Options:
48
49
-d_fd "<device>" Optional. Target device for Face Detection network (the list of available devices is shown below). Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device. Default value is "CPU".
49
50
-d_hp "<device>" Optional. Target device for Head Pose Estimation network (the list of available devices is shown below). Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device. Default value is "CPU".
50
51
-d_lm "<device>" Optional. Target device for Facial Landmarks Estimation network (the list of available devices is shown below). Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device. Default value is "CPU".
51
-
-d_es "<device>" Optional. Target device for Open/Closed Eye Estimation network (the list of available devices is shown below). Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device. Default value is "CPU".
52
-
-res "<WxH>" Optional. Set camera resolution in format WxH.
52
+
-d_es "<device>" Optional. Target device for Open/Closed Eye network (the list of available devices is shown below). Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device. Default value is "CPU".
53
53
-fd_reshape Optional. Reshape Face Detector network so that its input resolution has the same aspect ratio as the input frame.
0 commit comments