We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aac904 commit 2bf9955Copy full SHA for 2bf9955
demos/tests/cases.py
@@ -705,6 +705,15 @@ def single_option_cases(key, *args):
705
],
706
)),
707
708
+ PythonDemo(name='background_subtraction_demo', device_keys=['-d'], test_cases=combine_cases(
709
+ TestCase(options={'--no_show': None,
710
+ **MONITORS,
711
+ '-i': DataPatternArg('instance-segmentation'),
712
+ '--delay': '1'}),
713
+ single_option_cases('-m',
714
+ ModelArg('instance-segmentation-person-0007')),
715
+ )),
716
+
717
PythonDemo(name='bert_question_answering_demo', device_keys=['-d'], test_cases=combine_cases(
718
TestCase(options={'-i': 'https://en.wikipedia.org/wiki/OpenVINO',
719
'--questions': ['What frameworks does OpenVINO support?', 'Who are developers?']}),
0 commit comments