forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaccuracy-check.yml
35 lines (31 loc) · 884 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
models:
- name: yolo-v2-ava-sparse-35-0001
launchers:
- framework: dlsdk
adapter:
type: yolo_v2
anchors: yolo_v2
datasets:
- name: VOC2012_without_background
preprocessing:
- type: resize
size: 416
interpolation: LINEAR
postprocessing:
- type: filter
apply_to: prediction
min_confidence: 0.01
remove_filtered: True
- type: nms
overlap: 0.5
include_boundaries: False
- type: resize_prediction_boxes
- type: clip_boxes
apply_to: prediction
metrics:
- type: map
ignore_difficult: True
include_boundaries: True
presenter: print_scalar
allow_multiple_matches_per_ignored: True
reference: 0.6371