From b76b358d7a0978f9f41d92d41d889b4185c3f855 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 5 Feb 2023 13:20:15 -0500 Subject: [PATCH] reminder --- birdnet.conf-defaults | 1 + scripts/install_config.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 2780dd2..e9cbbfb 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -9,6 +9,7 @@ SITE_NAME="" #--------------------------------- Model --------------------------------------# #_____________The variable below configures which BirdNET model is_____________# #______________________used for detecting bird audio.__________________________# +#_It's recommended that you only change these values through the web interface.# MODEL=BirdNET_6K_GLOBAL_MODEL SF_THRESH=0.03 diff --git a/scripts/install_config.sh b/scripts/install_config.sh index d3343a5..d69e7d9 100755 --- a/scripts/install_config.sh +++ b/scripts/install_config.sh @@ -30,6 +30,7 @@ LONGITUDE=$(curl -s4 ifconfig.co/json | jq .longitude) #--------------------------------- Model --------------------------------------# #_____________The variable below configures which BirdNET model is_____________# #______________________used for detecting bird audio.__________________________# +#_It's recommended that you only change these values through the web interface.# MODEL=BirdNET_6K_GLOBAL_MODEL SF_THRESH=0.03