Skip to content

Commit ff81f88

Browse files
author
Dmitry Sidnev
committed
Add yolact model
1 parent 7f59a73 commit ff81f88

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

demos/background_subtraction_demo/python/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ omz_converter --list models.lst
5959
### Supported Models
6060

6161
* instance-segmentation-person-0007
62+
* yolact-resnet50-fpn-pytorch
6263

6364
> **NOTE**: Refer to the tables [Intel's Pre-Trained Models Device Support](../../../models/intel/device_support.md) and [Public Pre-Trained Models Device Support](../../../models/public/device_support.md) for the details on models inference support at different devices.
6465
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file can be used with the --list option of the model downloader.
22
# instance-segmentation-person-????
3+
yolact-resnet50-fpn-pytorch

demos/tests/cases.py

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -705,14 +705,15 @@ def single_option_cases(key, *args):
705705
],
706706
)),
707707

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+
ModelArg('yolact-resnet50-fpn-pytorch')),
716+
)),
716717

717718
PythonDemo(name='bert_question_answering_demo', device_keys=['-d'], test_cases=combine_cases(
718719
TestCase(options={'-i': 'https://en.wikipedia.org/wiki/OpenVINO',

0 commit comments

Comments
 (0)