infer_cfg.yml 592 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. draw_threshold: 0.5
  2. use_python_inference: false
  3. mode: fluid
  4. metric: VOC
  5. arch: YOLO
  6. min_subgraph_size: 3
  7. with_background: false
  8. Preprocess:
  9. - interp: 2
  10. max_size: 0
  11. target_size: 608
  12. type: Resize
  13. use_cv2: true
  14. - is_channel_first: false
  15. is_scale: true
  16. mean:
  17. - 0.485
  18. - 0.456
  19. - 0.406
  20. std:
  21. - 0.229
  22. - 0.224
  23. - 0.225
  24. type: Normalize
  25. - channel_first: true
  26. to_bgr: false
  27. type: Permute
  28. label_list:
  29. - aeroplane
  30. - bicycle
  31. - bird
  32. - boat
  33. - bottle
  34. - bus
  35. - car
  36. - cat
  37. - chair
  38. - cow
  39. - diningtable
  40. - dog
  41. - horse
  42. - motorbike
  43. - person
  44. - pottedplant
  45. - sheep
  46. - sofa
  47. - train
  48. - tvmonitor