File size: 523 Bytes
42310ef
 
0199e9f
00c0329
9d96bb5
00c0329
 
 
 
0199e9f
18103a9
00c0329
18103a9
42310ef
 
 
 
 
83bb178
42310ef
 
3af1dea
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Benchmark:
  name: "Face Detection Benchmark"
  type: "Detection"
  data:
    path: "benchmark/data/face/detection"
    files: ["group.jpg", "concerts.jpg", "dance.jpg"]
    sizes: # [[w1, h1], ...], Omit to run at original scale
      - [160, 120]
      - [640, 480]
  metric:
    warmup: 30
    repeat: 10
    reduction: "median"
  backend: "default"
  target: "cpu"

Model:
  name: "YuNet"
  modelPath: "models/face_detection_yunet/face_detection_yunet_2021sep.onnx"
  confThreshold: 0.6
  nmsThreshold: 0.3
  topK: 5000