Skip to content

Commit fef2497

Browse files
committed
AC: add opencv section to configs
1 parent 48ccaf9 commit fef2497

File tree

138 files changed

+1314
-24
lines changed

Some content is hidden

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

138 files changed

+1314
-24
lines changed

models/public/Sphereface/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ models:
55
- framework: openvino
66
adapter: reid
77

8+
- framework: opencv
9+
inputs:
10+
- name: data
11+
type: INPUT
12+
shape: 3, 112, 96
13+
adapter: reid
14+
815
datasets:
916
- name: lfw
1017

models/public/aclnet-int8/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ models:
55
- framework: openvino
66
adapter: classification
77

8+
- framework: opencv
9+
inputs:
10+
- name: result.1
11+
type: INPUT
12+
shape: 1, 1, 16000
13+
adapter: classification
14+
815
datasets:
916
- name: sound_classification
1017

models/public/aclnet/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ models:
55
- framework: openvino
66
adapter: classification
77

8+
- framework: opencv
9+
inputs:
10+
- name: input
11+
type: INPUT
12+
shape: 1, 1, 16000
13+
adapter: classification
14+
815
datasets:
916
- name: sound_classification
1017

models/public/alexnet/accuracy-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ models:
2828
launchers:
2929
- framework: openvino
3030
adapter: classification
31+
- framework: opencv
32+
inputs:
33+
- name: data
34+
type: INPUT
35+
shape: 3, 227, 227
36+
adapter: classification
3137

3238
datasets:
3339
- name: imagenet_1000_classes

models/public/anti-spoof-mn3/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ models:
55
- framework: openvino
66
adapter: classification
77

8+
- framework: opencv
9+
inputs:
10+
- name: actual_input_1
11+
type: INPUT
12+
shape: 3, 128, 128
13+
adapter: classification
14+
815
datasets:
916
- name: antispoof_test_data
1017

models/public/background-matting-mobilenetv2/accuracy-check.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ models:
1515
type: INPUT
1616
value: bgr*
1717

18+
- framework: opencv
19+
adapter:
20+
type: background_matting_with_pha_and_fgr
21+
alpha_out: pha
22+
foreground_out: fgr
23+
inputs:
24+
- name: src
25+
type: INPUT
26+
value: com*
27+
shape: 3, 720, 1280
28+
- name: bgr
29+
type: INPUT
30+
value: bgr*
31+
shape: 3, 720, 1280
32+
1833
datasets:
1934
- name: HumanMattingClips120
2035
reader: pillow_imread

models/public/bert-base-ner/accuracy-check.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ models:
1313
- name: 'token_type_ids'
1414
type: INPUT
1515
value: 'segment_ids'
16+
- framework: opencv
17+
inputs:
18+
- name: "input_ids"
19+
type: INPUT
20+
value: "input_ids"
21+
shape: 128
22+
- name: "attention_mask"
23+
type: INPUT
24+
value: 'input_mask'
25+
shape: 128
26+
- name: 'token_type_ids'
27+
type: INPUT
28+
value: 'segment_ids'
29+
shape: 128
30+
adapter: bert_ner
31+
1632
datasets:
1733
- name: CONLL2003_bert_cased
1834
reader:

models/public/brain-tumor-segmentation-0001/accuracy-check.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ models:
77
type: brain_tumor_segmentation
88
make_argmax: True
99

10+
- framework: opencv
11+
inputs:
12+
- name: data_crop
13+
type: INPUT
14+
shape: 4, 128, 128, 128
15+
adapter:
16+
type: brain_tumor_segmentation
17+
make_argmax: True
18+
1019
datasets:
1120
- name: BraTS
1221

models/public/brain-tumor-segmentation-0002/accuracy-check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ models:
55
- framework: openvino
66
adapter:
77
type: brain_tumor_segmentation
8+
- framework: opencv
9+
inputs:
10+
- name: '0'
11+
type: INPUT
12+
shape: 4, 128, 128, 128
13+
adapter:
14+
type: brain_tumor_segmentation
815

916
datasets:
1017
- name: BraTS_2017

models/public/caffenet/accuracy-check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ models:
2828
launchers:
2929
- framework: openvino
3030
adapter: classification
31+
- framework: opencv
32+
inputs:
33+
- name: data
34+
type: INPUT
35+
shape: 3, 227, 227
36+
adapter: classification
3137

3238
datasets:
3339
- name: imagenet_1000_classes

0 commit comments

Comments
 (0)