forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccuracy-check.yml
34 lines (34 loc) · 1007 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
models:
- name: retinaface-resnet50
launchers:
- framework: dlsdk
adapter:
type: retinaface
bboxes_outputs:
- face_rpn_bbox_pred_stride32
- face_rpn_bbox_pred_stride16
- face_rpn_bbox_pred_stride8
scores_outputs:
- face_rpn_cls_prob_reshape_stride32
- face_rpn_cls_prob_reshape_stride16
- face_rpn_cls_prob_reshape_stride8
datasets:
- name: wider
preprocessing:
- type: resize
size: 640
postprocessing:
- type: cast_to_int
- type: clip_boxes
size: 1024
apply_to: annotation
- type: filter
apply_to: annotation
height_range: 64, 1024
is_empty: True
metrics:
- type: map
ignore_difficult: True
include_boundaries: False
allow_multiple_matches_per_ignored: False
distinct_conf: False