YOLOX-S.yaml 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Hpi:
  2. backend_config:
  3. onnx_runtime:
  4. cpu_num_threads: 8
  5. paddle_infer:
  6. cpu_num_threads: 8
  7. enable_log_info: false
  8. paddle_tensorrt:
  9. dynamic_shapes:
  10. im_shape:
  11. - - 1
  12. - 2
  13. - - 1
  14. - 2
  15. - - 1
  16. - 2
  17. image:
  18. - []
  19. - []
  20. - []
  21. scale_factor:
  22. - - 1
  23. - 2
  24. - - 1
  25. - 2
  26. - - 1
  27. - 2
  28. enable_log_info: false
  29. max_batch_size: null
  30. tensorrt:
  31. dynamic_shapes:
  32. im_shape:
  33. - - 1
  34. - 2
  35. - - 1
  36. - 2
  37. - - 1
  38. - 2
  39. image:
  40. - []
  41. - []
  42. - []
  43. scale_factor:
  44. - - 1
  45. - 2
  46. - - 1
  47. - 2
  48. - - 1
  49. - 2
  50. max_batch_size: null
  51. selected_backends:
  52. cpu: onnx_runtime
  53. gpu: tensorrt
  54. supported_backends:
  55. cpu:
  56. - paddle_infer
  57. - onnx_runtime
  58. gpu:
  59. - paddle_infer
  60. - paddle_tensorrt
  61. - onnx_runtime
  62. - tensorrt