text_detection_db.yaml 399 字节
Newer Older
1 2
Benchmark:
  name: "Text Detection Benchmark"
3
  type: "Detection"
4
  data:
5
    path: "data/text"
6 7 8
    files: ["1.jpg", "2.jpg", "3.jpg"]
    sizes: # [[w1, h1], ...], Omit to run at original scale
      - [640, 480]
9
  metric:
10
    warmup: 30
11
    repeat: 10
12 13 14 15 16 17 18 19
  backend: "default"
  target: "cpu"

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