File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Detection models
2
2
person-detection-0106,GPU
3
3
# Segmentation models
4
- instance-segmentation-person-0007,GPU
5
4
instance-segmentation-security-0002,GPU
6
5
instance-segmentation-security-0091,GPU
7
6
instance-segmentation-security-0228,GPU
Original file line number Diff line number Diff line change @@ -705,14 +705,14 @@ def single_option_cases(key, *args):
705
705
],
706
706
)),
707
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
- )),
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
716
717
717
PythonDemo (name = 'bert_question_answering_demo' , device_keys = ['-d' ], test_cases = combine_cases (
718
718
TestCase (options = {'-i' : 'https://en.wikipedia.org/wiki/OpenVINO' ,
You can’t perform that action at this time.
0 commit comments