tcv_conf.yml 562 B

1234567891011121314151617181920212223
  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.5
  11. grid_row_grab: 3
  12. grid_col_grab: 2
  13. grid_padding_grab: 50
  14. model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_op9.onnx"
  15. object_threshold_cut: 0.45
  16. nms_threshold_cut: 0.5
  17. grid_row_cut: 1
  18. grid_col_cut: 1
  19. grid_padding_cut: 50