From 1001afd957ac9370a6f8bd3ef79bd5263c19cc06 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:32:58 -0400 Subject: [PATCH] Update model descriptions in Tools -> Settings --- scripts/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index 9d4adb9..a7e1272 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -474,9 +474,10 @@ function runProcess() {
BirdNET_6K_GLOBAL_MODEL (2020)

-
This model comes from BirdNET-Lite, with bird sound recognition for more than 6,000 species worldwide. This is the default option and will generally work very well for most use cases.
+
This is the BirdNET-Lite model, with bird sound recognition for more than 6,000 species worldwide. This is the default option and will generally work very for people in most of the world.
BirdNET_GLOBAL_3K_V2.2_Model_FP16 (2022)

-
This model comes from BirdNET-Analyzer, a newer work-in-progress project with aims to improve on the old model. Currently it only supports about 3,500 species worldwide, so for users in North America, this model is generally much more accurate than the above model, but elsewhere it will be less accurate and possibly useless.
+
This is the BirdNET-Analyzer model, a newer work-in-progress project with aims to improve on the BirdNET-Lite model. Currently it only supports about 3,500 species worldwide, meaning for some regions (North America, Europe, Australia) it will usually outperform the BirdNET-Lite model, but for other regions it will be worse.

+
(in-depth technical write-up on the models here)