@@ -219,26 +219,6 @@ def single_option_cases(key, *args):
219
219
'-m_o' : ModelArg ('mtcnn-o' )}),
220
220
)),
221
221
222
- CppDemo (name = 'interactive_face_detection_demo' , implementation = 'cpp_gapi' ,
223
- model_keys = ['-m' , '-m_ag' , '-m_em' , '-m_lm' , '-m_hp' , '-m_am' ],
224
- device_keys = ['-d' , '-d_ag' , '-d_em' , '-d_lm' , '-d_hp' , '-d_am' ],
225
- test_cases = combine_cases (
226
- TestCase (options = {'-no_show' : None ,
227
- ** MONITORS ,
228
- '-i' : DataPatternArg ('375x500' )}),
229
- [
230
- TestCase (options = {
231
- '-m' : ModelArg ('face-detection-retail-0004' ),
232
- '-m_ag' : ModelArg ('age-gender-recognition-retail-0013' ),
233
- '-m_am' : ModelArg ('anti-spoof-mn3' ),
234
- '-m_em' : ModelArg ('emotions-recognition-retail-0003' ),
235
- '-m_hp' : ModelArg ('head-pose-estimation-adas-0001' ),
236
- '-m_lm' : ModelArg ('facial-landmarks-35-adas-0002' ),
237
- }),
238
- TestCase (options = {'-m' : ModelArg ('face-detection-adas-0001' )})
239
- ]
240
- )),
241
-
242
222
CppDemo (name = 'smart_classroom_demo' , implementation = 'cpp_gapi' ,
243
223
model_keys = ['-m_act' , '-m_fd' , '-m_lm' , '-m_reid' ],
244
224
device_keys = ['-d_act' , '-d_fd' , '-d_lm' , '-d_reid' ],
0 commit comments