tcv_conf.yml 921 B

1234567891011121314151617181920212223242526272829
  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/yolo8_tea/tea_grab/teagrab_20240108_2002/weights/best.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: 330
  16. min_distance_grab: 501.
  17. min_area_ratio_grab: 0.0
  18. max_area_ratio_grab: 0.12
  19. rot_degree_grab: 0
  20. # model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_cut_20231219003541.onnx"
  21. model_path_cut: "D:/projects/graft/py_code/yolo8_tea/tea_cut/teacut_20240106_200/weights/best.onnx"
  22. object_threshold_cut: 0.8
  23. nms_threshold_cut: 0.1
  24. grid_row_cut: 1
  25. grid_col_cut: 1
  26. grid_padding_cut: 50
  27. min_area_ratio_cut: 0.0
  28. max_area_ratio_cut: 0.25
  29. kp3_weight_cut: 0.7