Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 7b33fc7

Browse files
committed
adjusted config.yaml for less false detection
1 parent 3b760c6 commit 7b33fc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,23 +30,23 @@ detect_target:
3030
model_path: "tests/model_example/yolov8s_ultralytics_pretrained_default.pt" # See autonomy OneDrive for latest model
3131
# Brightspot config (enum 1)
3232
# config:
33-
# brightspot_percentile_threshold: 99.5
33+
# brightspot_percentile_threshold: 99.9
3434
# filter_by_color: True
3535
# blob_color: 255
3636
# filter_by_circularity: False
3737
# min_circularity: 0.01
3838
# max_circularity: 1
3939
# filter_by_inertia: True
40-
# min_inertia_ratio: 0.2
40+
# min_inertia_ratio: 0.1
4141
# max_inertia_ratio: 1
4242
# filter_by_convexity: False
4343
# min_convexity: 0.01
4444
# max_convexity: 1
4545
# filter_by_area: True
46-
# min_area_pixels: 100
46+
# min_area_pixels: 160
4747
# max_area_pixels: 2000
4848
# min_brightness_threshold: 50
49-
# min_average_brightness_threshold: 120
49+
# min_average_brightness_threshold: 130
5050

5151
flight_interface:
5252
# Port 5762 connects directly to the simulated auto pilot, which is more realistic

0 commit comments

Comments
 (0)