Skip to content

Commit 5e4842c

Browse files
committed
Merge branch 'master' into demos/multi_channel-move-to-ov-2.0
2 parents 414ff00 + 2434648 commit 5e4842c

File tree

411 files changed

+96100
-217781
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

411 files changed

+96100
-217781
lines changed

ci/dependencies.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
opencv_linux: '20220126_0626-4.5.5_023'
2-
opencv_windows: '20220126_0626-4.5.5_023'
3-
openvino_linux: '2022.1.0.553'
4-
openvino_windows: '2022.1.0.553'
5-
wheel_linux: '2022.1.0.dev20220126-6311'
6-
wheel_windows: '2022.1.0.dev20220126-6311'
1+
opencv_linux: '2022.1.0.dev20220131'
2+
opencv_windows: '2022.1.0.dev20220131'
3+
openvino_linux: '2022.1.0.dev20220131'
4+
openvino_windows: '2022.1.0.dev20220131'
5+
wheel_linux: '2022.1.0.dev20220131-6386'
6+
wheel_windows: '2022.1.0.dev20220131-6386'

ci/requirements-demos.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ xmltodict==0.12.0
154154
# via motmetrics
155155
zipp==3.5.0
156156
# via importlib-metadata
157+
inflect==5.3.0
157158

158159
# The following packages are considered to be unsafe in a requirements file:
159160
# setuptools

data/dataset_definitions.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ datasets:
1212
- name: ms_coco_mask_rcnn_short_80_classes
1313
annotation_conversion:
1414
converter: mscoco_mask_rcnn
15-
annotation_file: annotations/instances_val2017_short.json
15+
annotation_file: annotations/instances_val2017.json
1616
has_background: True
1717
sort_annotations: True
18-
annotation: mscoco_mask_rcnn_short_80.pickle
19-
dataset_meta: mscoco_mask_rcnn_short_80.json
18+
annotation: mscoco_mask_rcnn_80.pickle
19+
dataset_meta: mscoco_mask_rcnn_80.json
2020
data_source: val2017
2121

2222
- name: ms_coco_mask_rcnn_short_80_classes_without_background
@@ -25,19 +25,19 @@ datasets:
2525
annotation_file: annotations/instances_val2017.json
2626
has_background: False
2727
sort_annotations: True
28-
annotation: mscoco_mask_rcnn_short_80_without_bkgr.pickle
29-
dataset_meta: mscoco_mask_rcnn_short_80_without_bkgr.json
28+
annotation: mscoco_mask_rcnn_80_without_bkgr.pickle
29+
dataset_meta: mscoco_mask_rcnn_80_without_bkgr.json
3030
data_source: val2017
3131

3232
- name: ms_coco_mask_rcnn_short_91_classes
3333
annotation_conversion:
3434
converter: mscoco_mask_rcnn
35-
annotation_file: annotations/instances_val2017_short.json
35+
annotation_file: annotations/instances_val2017.json
3636
has_background: True
3737
sort_annotations: True
3838
use_full_label_map: True
39-
annotation: mscoco_mask_rcnn_short_91.pickle
40-
dataset_meta: mscoco_mask_rcnn_short_91.json
39+
annotation: mscoco_mask_rcnn_91.pickle
40+
dataset_meta: mscoco_mask_rcnn_91.json
4141
data_source: val2017
4242
preprocessing:
4343
- type: resize

demos/3d_segmentation_demo/python/requirements.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

demos/background_subtraction_demo/cpp_gapi/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ An example of using the Model Converter:
4848
omz_converter --list models.lst
4949
```
5050

51+
### Supported Models
52+
53+
* instance-segmentation-person-????
54+
5155
> **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.
5256
5357
## Running
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file can be used with the --list option of the model downloader.
2-
# TODO: instance-segmentation-person-????
2+
instance-segmentation-person-????
33
instance-segmentation-security-????

demos/background_subtraction_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ omz_converter --list models.lst
5858

5959
### Supported Models
6060

61-
* instance-segmentation-person-0007
61+
* instance-segmentation-person-????
6262
* yolact-resnet50-fpn-pytorch
6363

6464
> **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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file can be used with the --list option of the model downloader.
2-
# TODO: instance-segmentation-person-????
2+
instance-segmentation-person-????
33
yolact-resnet50-fpn-pytorch

demos/bert_question_answering_demo/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Options:
113113

114114
```sh
115115
python3 bert_question_answering_demo.py
116-
--vocab=<omz_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0001/vocab.txt
116+
--vocab=<models_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0001/vocab.txt
117117
--model=<path_to_model>/bert-small-uncased-whole-word-masking-squad-0001.xml
118118
--input_names="input_ids,attention_mask,token_type_ids"
119119
--output_names="output_s,output_e"
@@ -131,7 +131,7 @@ Exemplary command:
131131

132132
```sh
133133
python3 bert_question_answering_demo.py
134-
--vocab=<omz_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0001/vocab.txt
134+
--vocab=<models_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0001/vocab.txt
135135
--model=localhost:9000/models/bert
136136
--input_names="input_ids,attention_mask,token_type_ids"
137137
--output_names="output_s,output_e"

demos/bert_question_answering_demo/python/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)