tcv_conf.yml 582 B

123456789101112131415161718192021222324
  1. %YAML:1.0
  2. conf_parameters:
  3. image_show: 1
  4. image_return: 1
  5. image_save: 1
  6. image_depository: "D:\\logs\\algo_img"
  7. image_backup_days: 7
  8. model_path_grab: "D:/projects/graft/py_code/retina_tea5/TeaDetector_op9.onnx"
  9. object_threshold_grab: 0.45
  10. nms_threshold_grab: 0.1
  11. grid_row_grab: 2
  12. grid_col_grab: 3
  13. grid_padding_grab: 100
  14. offset_grab: 10
  15. model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_op9.onnx"
  16. object_threshold_cut: 0.45
  17. nms_threshold_cut: 0.5
  18. grid_row_cut: 1
  19. grid_col_cut: 1
  20. grid_padding_cut: 50