Skip to content

Commit f285227

Browse files
Background subtraction - video case
1 parent 4b03bc3 commit f285227

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: demos/tests/cases.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,14 @@ def single_option_cases(key, *args):
173173
CppDemo(name='background_subtraction_demo', device_keys=['-d'], implementation='cpp_gapi', test_cases=combine_cases(
174174
TestCase(options={'--no_show': None, '-at': 'maskrcnn',
175175
**MONITORS,
176-
'-i': DataPatternArg('coco128-subset-480x640x3'),
177176
}),
178177
single_option_cases('-m',
179178
ModelArg('instance-segmentation-person-0007'),
180179
ModelArg('instance-segmentation-security-0091')),
180+
single_option_cases(
181+
'-i',
182+
str('video.mp4'),
183+
DataPatternArg('coco128-every-480x640x3')),
181184
)),
182185

183186
CppDemo('classification_benchmark_demo', 'cpp_gapi', test_cases=combine_cases(

0 commit comments

Comments
 (0)