Skip to content

Commit

Permalink
Port G-API demos to API2.0 - background_subtraction_demo/cpp_gapi - e…
Browse files Browse the repository at this point in the history
…nable test cases
  • Loading branch information
DariaMityagina committed Apr 29, 2024
1 parent 9bd7ca2 commit 54f13fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp_gapi-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
cd cache
mkdir opencv-with-fix
cd opencv-with-fix
git clone https://github.com/opencv/opencv.git
git clone git@github.com:DariaMityagina/opencv.git
cd opencv
git checkout 4.x
git checkout icv/dm/govbackend-partial-shape-support
- name: Compile OpenCV
run: |
cd cache
Expand Down
7 changes: 2 additions & 5 deletions demos/tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,9 @@ def single_option_cases(key, *args):
TestCase(options={'--no_show': None, '-at': 'maskrcnn',
**MONITORS,
}),
# TODO: enable this case once E#111291 is fixed
# single_option_cases('-m',
# ModelArg('instance-segmentation-person-0007'),
# ModelArg('instance-segmentation-security-0091')),
single_option_cases('-m',
ModelArg('instance-segmentation-person-0007')),
ModelArg('instance-segmentation-person-0007'),
ModelArg('instance-segmentation-security-0091')),
single_option_cases(
'-i',
DataPatternArg('coco128-every-480x640x3'),
Expand Down

0 comments on commit 54f13fe

Please sign in to comment.