From 076e4689f99f9aca89e1f3ea0a5017b6a5daef77 Mon Sep 17 00:00:00 2001 From: DariaMityagina Date: Tue, 26 Dec 2023 16:36:46 +0000 Subject: [PATCH] Check background_subtraction_demo in CI with the changes made --- demos/tests/cases.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/demos/tests/cases.py b/demos/tests/cases.py index cbf025564a9..95fc6f5953b 100644 --- a/demos/tests/cases.py +++ b/demos/tests/cases.py @@ -170,15 +170,15 @@ def single_option_cases(key, *args): DEMOS = [ - # CppDemo(name='background_subtraction_demo', device_keys=['-d'], implementation='cpp_gapi', test_cases=combine_cases( - # TestCase(options={'--no_show': None, '-at': 'maskrcnn', - # **MONITORS, - # '-i': DataPatternArg('coco128-subset-480x640x3'), - # }), - # single_option_cases('-m', - # ModelArg('instance-segmentation-person-0007'), - # ModelArg('instance-segmentation-security-0091')), - # )), + CppDemo(name='background_subtraction_demo', device_keys=['-d'], implementation='cpp_gapi', test_cases=combine_cases( + TestCase(options={'--no_show': None, '-at': 'maskrcnn', + **MONITORS, + '-i': DataPatternArg('coco128-subset-480x640x3'), + }), + single_option_cases('-m', + ModelArg('instance-segmentation-person-0007'), + ModelArg('instance-segmentation-security-0091')), + )), CppDemo('classification_benchmark_demo', 'cpp_gapi', test_cases=combine_cases( single_option_cases(