File size: 399 Bytes
42310ef
 
0199e9f
00c0329
39d77a4
00c0329
 
 
0199e9f
18103a9
00c0329
42310ef
 
 
 
 
 
 
 
39d77a4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Benchmark:
  name: "Text Detection Benchmark"
  type: "Detection"
  data:
    path: "data/text"
    files: ["1.jpg", "2.jpg", "3.jpg"]
    sizes: # [[w1, h1], ...], Omit to run at original scale
      - [640, 480]
  metric:
    warmup: 30
    repeat: 10
  backend: "default"
  target: "cpu"

Model:
  name: "DB"
  binaryThreshold: 0.3
  polygonThreshold: 0.5
  maxCandidates: 200
  unclipRatio: 2.0