12345678910111213141516171819202122232425262728 |
- %YAML:1.0
- ---
- conf_parameters:
- image_show: 1
- image_return: 1
- image_save: 1
- image_depository: "D:\\logs\\algo_img"
- image_backup_days: 7
- model_path_grab: "D:/projects/graft/py_code/retina_tea5/TeaDetector_grab_20240106091109.onnx"
- object_threshold_grab: 0.85
- nms_threshold_grab: 1.0000000149011612e-01
- grid_row_grab: 2
- grid_col_grab: 3
- grid_padding_grab: 100
- offset_grab: 330
- min_distance_grab: 501.
- min_area_ratio_grab: 0.0
- max_area_ratio_grab: 0.12
- rot_degree_grab: 0
- model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_cut_20231219003541.onnx"
- object_threshold_cut: 0.8
- nms_threshold_cut: 0.1
- grid_row_cut: 1
- grid_col_cut: 1
- grid_padding_cut: 50
- min_area_ratio_cut: 0.0
- max_area_ratio_cut: 0.25
- kp3_weight_cut: 0.7
|