@@ -268,21 +268,21 @@ def single_option_cases(key, *args):
268268 ModelArg ('face-detection-retail-0004' )),
269269 )),
270270
271- CppDemo (name = 'gesture_recognition_demo' , implementation = 'cpp_gapi' ,
272- model_keys = ['-m_a' , '-m_d' ],
273- device_keys = ['-d_a' , '-d_d' ],
274- test_cases = combine_cases (
275- TestCase (options = {'--no_show' : None ,
276- '-i' : DataPatternArg ('coco128-every-480x640x3' ),
277- '-m_d' : ModelArg ('person-detection-asl-0001' )}),
278- [
279- TestCase (options = {'-m_a' : ModelArg ('asl-recognition-0004' ), '-c' : str (OMZ_DIR / 'data/dataset_classes/msasl100.json' )}),
280- TestCase (options = {'-m_a' : ModelArg ('common-sign-language-0001' ),
281- '-c' : str (OMZ_DIR / 'data/dataset_classes/jester27.json' )}),
282- TestCase (options = {'-m_a' : ModelArg ('common-sign-language-0002' ),
283- '-c' : str (OMZ_DIR / 'data/dataset_classes/common_sign_language12.json' )}),
284- ],
285- )),
271+ # CppDemo(name='gesture_recognition_demo', implementation='cpp_gapi',
272+ # model_keys=['-m_a', '-m_d'],
273+ # device_keys=['-d_a', '-d_d'],
274+ # test_cases=combine_cases(
275+ # TestCase(options={'--no_show': None,
276+ # '-i': DataPatternArg('coco128-every-480x640x3'),
277+ # '-m_d': ModelArg('person-detection-asl-0001')}),
278+ # [
279+ # TestCase(options={'-m_a': ModelArg('asl-recognition-0004'), '-c': str(OMZ_DIR / 'data/dataset_classes/msasl100.json')}),
280+ # TestCase(options={'-m_a': ModelArg('common-sign-language-0001'),
281+ # '-c': str(OMZ_DIR / 'data/dataset_classes/jester27.json')}),
282+ # TestCase(options={'-m_a': ModelArg('common-sign-language-0002'),
283+ # '-c': str(OMZ_DIR / 'data/dataset_classes/common_sign_language12.json')}),
284+ # ],
285+ # )),
286286
287287 CppDemo (
288288 'interactive_face_detection_demo' , 'cpp_gapi' ,
0 commit comments