Skip to content

Commit

Permalink
v0.1616 - YOLOv11 support added as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Jan 28, 2025
1 parent f8f33e6 commit b6b2706
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
# Set to True to enable headless mode
headless = False
# Default confidence threshold (above which to alert)
default_conf_threshold = 0.7
# 0.5 is the default in many YOLO models
# increase the threshold if you're getting false positives
# (or, alternatively, use the masking tool provided with the program)
default_conf_threshold = 0.6
# Default model variant to use
# for yolov8
# default_model_variant = yolov8m
Expand Down

0 comments on commit b6b2706

Please sign in to comment.