object_detection_nanodet.yaml 326 字节
Newer Older
1 2 3 4
Benchmark:
  name: "Object Detection Benchmark"
  type: "Detection"
  data:
5
    path: "data/object_detection"
6 7 8 9 10 11 12 13 14 15 16 17 18
    files: ["1.png", "2.png", "3.png"]
    sizes:
      - [416, 416]
  metric:
    warmup: 30
    repeat: 10
  backend: "default"
  target: "cpu"

Model:
  name: "NanoDet"
  prob_threshold: 0.35
  iou_threshold: 0.6