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
Running the application with the `-h` option yields the following usage message:
73
73
74
74
```
75
-
InferenceEngine:
76
-
API version ............ <version>
77
-
Build .................. <number>
78
-
79
75
interactive_face_detection_demo [OPTION]
80
76
Options:
81
77
@@ -90,26 +86,7 @@ Options:
90
86
-m_em "<path>" Optional. Path to an .xml file with a trained Emotions Recognition model.
91
87
-m_lm "<path>" Optional. Path to an .xml file with a trained Facial Landmarks Estimation model.
92
88
-m_am "<path>" Optional. Path to an .xml file with a trained Antispoofing Classification model.
93
-
-l "<absolute_path>" Required for CPU custom layers. Absolute path to a shared library with the kernels implementation.
94
-
Or
95
-
-c "<absolute_path>" Required for GPU custom kernels. Absolute path to an .xml file with the kernels description.
96
-
-d "<device>" Optional. Target device for Face Detection network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
97
-
-d_ag "<device>" Optional. Target device for Age/Gender Recognition network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
98
-
-d_hp "<device>" Optional. Target device for Head Pose Estimation network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
99
-
-d_em "<device>" Optional. Target device for Emotions Recognition network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
100
-
-d_lm "<device>" Optional. Target device for Facial Landmarks Estimation network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
101
-
-d_am "<device>" Optional. Target device for Antispoofing Classification network (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. The demo will look for a suitable plugin for a specified device.
102
-
-n_ag "<num>" Optional. Number of maximum simultaneously processed faces for Age/Gender Recognition network (by default, it is 16)
103
-
-n_hp "<num>" Optional. Number of maximum simultaneously processed faces for Head Pose Estimation network (by default, it is 16)
104
-
-n_em "<num>" Optional. Number of maximum simultaneously processed faces for Emotions Recognition network (by default, it is 16)
105
-
-n_lm "<num>" Optional. Number of maximum simultaneously processed faces for Facial Landmarks Estimation network (by default, it is 16)
106
-
-n_am "<num>" Optional. Number of maximum simultaneously processed faces for Antispoofing Classification network (by default, it is 16)
107
-
-dyn_ag Optional. Enable dynamic batch size for Age/Gender Recognition network
108
-
-dyn_hp Optional. Enable dynamic batch size for Head Pose Estimation network
109
-
-dyn_em Optional. Enable dynamic batch size for Emotions Recognition network
-dyn_am Optional. Enable dynamic batch size for Antispoofing Classification network
112
-
-async Optional. Enable asynchronous mode
89
+
-d <device> Specify a target device to infer on (the list of available devices is shown below). Default value is CPU. Use "-d HETERO:<comma-separated_devices_list>" format to specify HETERO plugin. Use "-d MULTI:<comma-separated_devices_list>" format to specify MULTI plugin. The application looks for a suitable plugin for the specified device.
113
90
-no_show Optional. Don't show output.
114
91
-r Optional. Output inference results as raw values
0 commit comments