tcv_conf.yml 798 B

1234567891011121314151617181920212223242526
  1. %YAML:1.0
  2. ---
  3. conf_parameters:
  4. image_show: 1
  5. image_return: 1
  6. image_save: 1
  7. image_depository: "D:\\logs\\algo_img"
  8. image_backup_days: 7
  9. model_path_grab: "D:/projects/graft/py_code/retina_tea5/TeaDetector_grab_20231205234724.onnx"
  10. object_threshold_grab: 0.65
  11. nms_threshold_grab: 1.0000000149011612e-01
  12. grid_row_grab: 2
  13. grid_col_grab: 3
  14. grid_padding_grab: 100
  15. offset_grab: 230
  16. min_distance_grab: 501.
  17. min_area_ratio_grab: 0.0
  18. max_area_ratio_grab: 0.1
  19. model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_cut_20231203001648.onnx"
  20. object_threshold_cut: 4.4999998807907104e-01
  21. nms_threshold_cut: 5.0000000000000000e-01
  22. grid_row_cut: 1
  23. grid_col_cut: 1
  24. grid_padding_cut: 50
  25. min_area_ratio_cut: 0.0
  26. max_area_ratio_cut: 0.25