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: .github/workflows/cpp_gapi-demos.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,20 @@ jobs:
13
13
- name: Download OpenVINO
14
14
run: |
15
15
mkdir ov
16
-
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.1/linux/l_openvino_toolkit_ubuntu20_2023.1.0.12185.47b736f63ed_x86_64.tgz | tar --directory ov --strip-components 1 -xz
16
+
curl https://storage.openvinotoolkit.org/repositories/openvino/packages/2023.2/linux/l_openvino_toolkit_ubuntu20_2023.2.0.13089.cfd42bd2cb0_x86_64.tgz | tar --directory ov --strip-components 1 -xz
Copy file name to clipboardExpand all lines: demos/smart_classroom_demo/cpp_gapi/README.md
+40-40Lines changed: 40 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,47 +68,47 @@ Running the application with the `-h` option yields the following usage message:
68
68
smart_classroom_demo_gapi [OPTION]
69
69
Options:
70
70
71
-
-h Print a usage message.
72
-
-i Required. An input to process. The input must be a single image, a folder of images, video file or camera id.
73
-
-loop Optional. Enable reading the input in a loop.
74
-
-read_limit Optional. Read length limit before stopping or restarting reading the input.
75
-
-o "<path>" Optional. Name of the output file(s) to save. Frames of odd width or height can be truncated. See https://github.com/opencv/opencv/pull/24086
76
-
-limit "<num>" Optional. Number of frames to store in output. If 0 is set, all frames are stored.
77
-
-m_act '<path>' Required. Path to the Person/Action Detection Retail model (.xml) file.
78
-
-m_fd '<path>' Required. Path to the Face Detection model (.xml) file.
79
-
-m_lm '<path>' Required. Path to the Facial Landmarks Regression Retail model (.xml) file.
80
-
-m_reid '<path>' Required. Path to the Face Reidentification Retail model (.xml) file.
71
+
-h Print a usage message.
72
+
-i Required. An input to process. The input must be a single image, a folder of images, video file or camera id.
73
+
-loop Optional. Enable reading the input in a loop.
74
+
-read_limit Optional. Read length limit before stopping or restarting reading the input.
75
+
-o "<path>" Optional. Name of the output file(s) to save. Frames of odd width or height can be truncated. See https://github.com/opencv/opencv/pull/24086
76
+
-limit "<num>" Optional. Number of frames to store in output. If 0 is set, all frames are stored.
77
+
-m_act '<path>' Required. Path to the Person/Action Detection Retail model (.xml) file.
78
+
-m_fd '<path>' Required. Path to the Face Detection model (.xml) file.
79
+
-m_lm '<path>' Required. Path to the Facial Landmarks Regression Retail model (.xml) file.
80
+
-m_reid '<path>' Required. Path to the Face Reidentification Retail model (.xml) file.
81
81
Or
82
-
-d_act '<device>' Optional. Specify the target device for Person/Action Detection Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
83
-
-d_fd '<device>' Optional. Specify the target device for Face Detection Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
84
-
-d_lm '<device>' Optional. Specify the target device for Landmarks Regression Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
85
-
-d_reid '<device>' Optional. Specify the target device for Face Reidentification Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
86
-
-greedy_reid_matching Optional. Use faster greedy matching algorithm in face reid.
87
-
-r Optional. Output Inference results as raw values.
88
-
-ad Optional. Output file name to save per-person action statistics in. Requires -teacher_id and -a_top to be unset and -fg to be set
89
-
-t_ad Optional. Probability threshold for person/action detection.
90
-
-t_ar Optional. Probability threshold for action recognition.
91
-
-t_fd Optional. Probability threshold for face detections.
92
-
-inh_fd Optional. Input image height for face detector.
93
-
-inw_fd Optional. Input image width for face detector.
94
-
-exp_r_fd Optional. Expand ratio for bbox before face recognition.
95
-
-t_reid Optional. Cosine distance threshold between two vectors for face reidentification.
96
-
-fg Optional. Path to a faces gallery in .json format.
97
-
-teacher_id Optional. ID of a teacher. You must also set a faces gallery parameter (-fg) to use it.
98
-
-no_show Optional. Don't show output.
99
-
-min_ad Optional. Minimum action duration in seconds.
100
-
-d_ad Optional. Maximum time difference between actions in seconds.
101
-
-student_ac Optional. List of student actions separated by a comma.
102
-
-top_ac Optional. List of student actions (for top-k mode) separated by a comma.
103
-
-teacher_ac Optional. List of teacher actions separated by a comma.
104
-
-top_id Optional. Target action name.
105
-
-a_top Optional. Number of first K students. If this parameter is positive, the demo detects first K persons with the action, pointed by the parameter 'top_id'
106
-
-crop_gallery Optional. Crop images during faces gallery creation.
107
-
-t_reg_fd Optional. Probability threshold for face detections during database registration.
108
-
-min_size_fr Optional. Minimum input size for faces during database registration.
109
-
-al Optional. Output file name to save per-person action detections in.
110
-
-ss_t Optional. Number of frames to smooth actions.
111
-
-u Optional. List of monitors to show initially.
82
+
-d_act '<device>' Optional. Specify the target device for Person/Action Detection Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
83
+
-d_fd '<device>' Optional. Specify the target device for Face Detection Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
84
+
-d_lm '<device>' Optional. Specify the target device for Landmarks Regression Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
85
+
-d_reid '<device>' Optional. Specify the target device for Face Reidentification Retail (the list of available devices is shown below). Default value is CPU. The application looks for a suitable plugin for the specified device.
86
+
-greedy_reid_matching Optional. Use faster greedy matching algorithm in face reid.
87
+
-r Optional. Output Inference results as raw values.
88
+
-ad Optional. Output file name to save per-person action statistics in. Requires -teacher_id and -a_top to be unset and -fg to be set
89
+
-t_ad Optional. Probability threshold for person/action detection.
90
+
-t_ar Optional. Probability threshold for action recognition.
91
+
-t_fd Optional. Probability threshold for face detections.
92
+
-inh_fd Optional. Input image height for face detector.
93
+
-inw_fd Optional. Input image width for face detector.
94
+
-exp_r_fd Optional. Expand ratio for bbox before face recognition.
95
+
-t_reid Optional. Cosine distance threshold between two vectors for face reidentification.
96
+
-fg Optional. Path to a faces gallery in .json format.
97
+
-teacher_id Optional. ID of a teacher. You must also set a faces gallery parameter (-fg) to use it.
98
+
-no_show Optional. Don't show output.
99
+
-min_ad Optional. Minimum action duration in seconds.
100
+
-d_ad Optional. Maximum time difference between actions in seconds.
101
+
-student_ac Optional. List of student actions separated by a comma.
102
+
-top_ac Optional. List of student actions (for top-k mode) separated by a comma.
103
+
-teacher_ac Optional. List of teacher actions separated by a comma.
104
+
-top_id Optional. Target action name.
105
+
-a_top Optional. Number of first K students. If this parameter is positive, the demo detects first K persons with the action, pointed by the parameter 'top_id'
106
+
-crop_gallery Optional. Crop images during faces gallery creation.
107
+
-t_reg_fd Optional. Probability threshold for face detections during database registration.
108
+
-min_size_fr Optional. Minimum input size for faces during database registration.
109
+
-al Optional. Output file name to save per-person action detections in.
110
+
-ss_t Optional. Number of frames to smooth actions.
111
+
-u Optional. List of monitors to show initially.
112
112
```
113
113
114
114
Running the application with the empty list of options yields an error message.
0 commit comments