forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccuracy-check.yml
149 lines (134 loc) · 3.75 KB
/
accuracy-check.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
evaluations:
- name: mtcnn
module: custom_evaluators.mtcnn_evaluator.MTCNNEvaluator
module_config:
network_info:
pnet:
model: mtcnn-p/mtcnn-p.prototxt
weights: mtcnn-p/mtcnn-p.caffemodel
outputs:
probability_out: prob1
region_out: conv4-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
- type: pyramid
min_size: 10
factor: 0.79
adapter:
type: mtcnn_p
probability_out: prob1
region_out: conv4-2
regions_format: hw
rnet:
model: mtcnn-r/mtcnn-r.prototxt
weights: mtcnn-r/mtcnn-r.caffemodel
outputs:
probability_out: prob1
region_out: conv5-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
onet:
model: mtcnn-o/mtcnn-o.prototxt
weights: mtcnn-o/mtcnn-o.caffemodel
outputs:
probability_out: prob1
region_out: conv6-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
launchers:
- framework: caffe
datasets:
- name: wider
preprocessing:
- type: normalization
mean: 127.5
std: 128
postprocessing:
- type: filter
apply_to: prediction
is_empty: True
- type: filter
height_range: 60
apply_to: annotation
metrics:
- type: recall
ignore_difficult: True
include_boundaries: True
allow_multiple_matches_per_ignored: True
distinct_conf: False
- type: map
ignore_difficult: True
include_boundaries: True
allow_multiple_matches_per_ignored: True
distinct_conf: False
- name: mtcnn
module: custom_evaluators.mtcnn_evaluator.MTCNNEvaluator
module_config:
network_info:
pnet:
outputs:
probability_out: prob1
region_out: conv4-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
- type: pyramid
min_size: 10
factor: 0.79
rnet:
outputs:
probability_out: prob1
region_out: conv5-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
onet:
outputs:
probability_out: prob1
region_out: conv6-2
inputs:
- name: data
type: INPUT
layout: NCWH
preprocessing:
- type: bgr_to_rgb
launchers:
- framework: dlsdk
datasets:
- name: wider
postprocessing:
- type: filter
apply_to: prediction
is_empty: True
- type: filter
height_range: 60
apply_to: annotation
metrics:
- type: recall
ignore_difficult: True
include_boundaries: True
allow_multiple_matches_per_ignored: True
distinct_conf: False
- type: map
ignore_difficult: True
include_boundaries: True
allow_multiple_matches_per_ignored: True
distinct_conf: False