add auto binarythres
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
# Binary threshold for light detection
|
||||
binary_thres: 100
|
||||
|
||||
# Binary threshold calibration mode
|
||||
# When enabled, automatically calibrates binary_thres to match traditional detection size with YOLO
|
||||
calib_binarythres: false
|
||||
|
||||
# Path to save calibration result (optional, leave empty to skip file save)
|
||||
calib_save_yaml_path: ""
|
||||
|
||||
# Light detection params
|
||||
light.use_fit_line: true
|
||||
light.min_ratio: 0.08
|
||||
|
||||
Reference in New Issue
Block a user