Skip to content

Commit 5d3fe8a

Browse files
authored
Merge pull request #3126 from nignatovsky/publish-models
Published 1st set of candidate models for 2022.1 Release
2 parents 701f733 + c92d280 commit 5d3fe8a

File tree

150 files changed

+2640
-216191
lines changed

Some content is hidden

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

150 files changed

+2640
-216191
lines changed

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_embedding_demo/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ You can use the following command to try the demo:
117117

118118
```sh
119119
python3 bert_question_answering_embedding_demo.py
120-
--vocab=<omz_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0002/vocab.txt
120+
--vocab=<models_dir>/models/intel/bert-small-uncased-whole-word-masking-squad-0002/vocab.txt
121121
--model_emb=<path_to_model>/bert-large-uncased-whole-word-masking-squad-emb-0001.xml
122122
--input_names_emb="input_ids,attention_mask,token_type_ids,position_ids"
123123
--model_qa=<path_to_model>/bert-small-uncased-whole-word-masking-squad-0002.xml

demos/formula_recognition_demo/python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ python formula_recognition_demo.py \
246246
-i sample.png \
247247
-m_encoder <path_to_models>/formula-recognition-medium-scan-0001-im2latex-encoder.xml \
248248
-m_decoder <path_to_models>/formula-recognition-medium-scan-0001-im2latex-decoder.xml \
249-
--vocab_path <omz_dir>/models/intel/formula-recognition-medium-scan-0001/vocab.json \
249+
--vocab_path <models_dir>/models/intel/formula-recognition-medium-scan-0001/formula-recognition-medium-scan-0001-im2latex-decoder/vocab.json \
250250
--preprocessing resize
251251
```
252252

@@ -256,7 +256,7 @@ python formula_recognition_demo.py \
256256
-i sample2.png \
257257
-m_encoder <path_to_models>/formula-recognition-polynomials-handwritten-0001-encoder.xml \
258258
-m_decoder <path_to_models>/formula-recognition-polynomials-handwritten-0001-decoder.xml \
259-
--vocab_path <omz_dir>/models/intel/formula-recognition-polynomials-handwritten-0001/vocab.json \
259+
--vocab_path <models_dir>/models/intel/formula-recognition-polynomials-handwritten-0001/formula-recognition-polynomials-handwritten-0001-decoder/vocab.json \
260260
--preprocessing crop
261261
```
262262

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# This file can be used with the --list option of the model downloader.
2+
handwritten-english-recognition-????
23
handwritten-japanese-recognition-????
34
handwritten-simplified-chinese-recognition-????
4-
# TODO
5-
# handwritten-english-recognition-????

demos/noise_suppression_demo/cpp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ omz_converter --list models.lst
2727

2828
### Supported Models
2929

30-
* noise-suppression-poconetlike-0001
3130
* noise-suppression-denseunet-ll-0001
31+
* noise-suppression-poconetlike-0001
3232

3333
> **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.
3434
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
# This file can be used with the --list option of the model downloader.
2+
noise-suppression-denseunet-ll-????
23
noise-suppression-poconetlike-????
3-
# TODO
4-
# noise-suppression-denseunet-ll-????

0 commit comments

Comments
 (0)