Publishing 2019 R1 content
[platform/upstream/dldt.git] / tools / accuracy_checker / configs / face-detection-adas-0001.yml
1 models:
2   - name: face-detection-adas-0001
3
4     launchers:
5       - framework: dlsdk
6         tags:
7           - FP32
8         device: CPU
9         model:   face-detection-adas-0001/FP32/face-detection-adas-0001.xml
10         weights: face-detection-adas-0001/FP32/face-detection-adas-0001.bin
11         adapter: ssd
12         cpu_extensions: AUTO
13
14       - framework: dlsdk
15         tags:
16           - INT8
17         device: CPU
18         model:   face-detection-adas-0001/INT8/face-detection-adas-0001.xml
19         weights: face-detection-adas-0001/INT8/face-detection-adas-0001.bin
20         adapter: ssd
21         cpu_extensions: AUTO
22
23       - framework: dlsdk
24         tags:
25           - GPU32
26         device: GPU
27         model:   face-detection-adas-0001/FP32/face-detection-adas-0001.xml
28         weights: face-detection-adas-0001/FP32/face-detection-adas-0001.bin
29         adapter: ssd
30
31       - framework: dlsdk
32         tags:
33           - GPU16
34         device: GPU
35         model:   face-detection-adas-0001/FP16/face-detection-adas-0001.xml
36         weights: face-detection-adas-0001/FP16/face-detection-adas-0001.bin
37         adapter: ssd
38
39       - framework: dlsdk
40         device: MYRIAD
41         model:   face-detection-adas-0001/FP16/face-detection-adas-0001.xml
42         weights: face-detection-adas-0001/FP16/face-detection-adas-0001.bin
43         adapter: ssd
44
45       - framework: dlsdk
46         device: HDDL
47         model:   face-detection-adas-0001/FP16/face-detection-adas-0001.xml
48         weights: face-detection-adas-0001/FP16/face-detection-adas-0001.bin
49         adapter: ssd
50
51       - framework: dlsdk
52         tags:
53           - FPGA16
54         device: HETERO:FPGA,CPU
55         model:   face-detection-adas-0001/FP32/face-detection-adas-0001.xml
56         weights: face-detection-adas-0001/FP32/face-detection-adas-0001.bin
57         adapter: ssd
58         cpu_extensions: AUTO
59         bitstream: 2019R1_A10DK_FP16_MobileNet_Clamp.aocx
60
61       - framework: dlsdk
62         tags:
63           - FPGA11
64         device: HETERO:FPGA,CPU
65         model:   face-detection-adas-0001/FP32/face-detection-adas-0001.xml
66         weights: face-detection-adas-0001/FP32/face-detection-adas-0001.bin
67         adapter: ssd
68         cpu_extensions: AUTO
69         bitstream: 2019R1_A10DK_FP11_ELU.aocx
70
71     datasets:
72       - name: wider
73         data_source: WIDER_val/images
74         annotation_conversion:
75           converter: wider
76           annotation_file: wider_face_split/wider_face_val_bbx_gt.txt
77
78         preprocessing:
79           - type: resize
80             dst_width: 672
81             dst_height: 384
82
83         postprocessing:
84           - type: resize_prediction_boxes
85           - type: filter
86             height_range: 100
87             apply_to: annotation
88
89         metrics:
90           - type: map
91             ignore_difficult: True
92             include_boundaries: False
93             allow_multiple_matches_per_ignored: True
94             use_filtered_tp: True