forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccuracy-check.yml
38 lines (33 loc) · 981 Bytes
/
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
models:
- name: text-detection-0004
launchers:
- framework: openvino
adapter:
type: pixel_link_text_detection
pixel_link_out: model/link_logits_/add
pixel_class_out: model/segm_logits/add
pixel_class_confidence_threshold: 0.8
pixel_link_confidence_threshold: 0.8
min_area: 300
min_height: 10
datasets:
- name: ICDAR2015
preprocessing:
- type: resize
dst_width: 1280
dst_height: 768
postprocessing:
- type: cast_to_int
- type: filter
area_range: 300, 980993
height_range: 10
width_range: 10
apply_to: prediction
remove_filtered: True
- type: clip_points
apply_to: prediction
metrics:
- type: incidental_text_hmean
name: f-measure
ignore_difficult: True
reference: 0.7943