123456789101112131415161718192021222324 |
- %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_op9.onnx"
- object_threshold_grab: 0.45
- nms_threshold_grab: 0.1
- grid_row_grab: 2
- grid_col_grab: 3
- grid_padding_grab: 100
- offset_grab: 10
- model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_op9.onnx"
- object_threshold_cut: 0.45
- nms_threshold_cut: 0.5
- grid_row_cut: 1
- grid_col_cut: 1
- grid_padding_cut: 50
-
-
|