Skip to content

Commit

Permalink
Background subtraction - video case
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaMityagina committed Jan 30, 2024
1 parent 4b03bc3 commit f285227
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion demos/tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,14 @@ def single_option_cases(key, *args):
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')),
single_option_cases(
'-i',
str('video.mp4'),
DataPatternArg('coco128-every-480x640x3')),
)),

CppDemo('classification_benchmark_demo', 'cpp_gapi', test_cases=combine_cases(
Expand Down

0 comments on commit f285227

Please sign in to comment.