infer_cfg.yml 344 B

1234567891011121314151617181920212223242526
  1. mode: paddle
  2. draw_threshold: 0.1
  3. metric: COCO
  4. use_dynamic_shape: false
  5. arch: YOLO
  6. min_subgraph_size: 3
  7. Preprocess:
  8. - interp: 2
  9. keep_ratio: false
  10. target_size:
  11. - 608
  12. - 608
  13. type: Resize
  14. - is_scale: true
  15. mean:
  16. - 0.485
  17. - 0.456
  18. - 0.406
  19. std:
  20. - 0.229
  21. - 0.224
  22. - 0.225
  23. type: NormalizeImage
  24. - type: Permute
  25. label_list:
  26. - stamp