1234567891011121314151617 |
- %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.5
- model_path_cut: "D:/projects/graft/py_code/retina_tea5/TeaDetector_op9.onnx"
- object_threshold_cut: 0.45
- nms_threshold_cut: 0.5
-
-
|