From ef3916a0436472825e060b31710e3a4bb2eeb782 Mon Sep 17 00:00:00 2001
From: gerritzen <19152801+gerritzen@users.noreply.github.com>
Date: Wed, 3 May 2023 23:58:49 +0200
Subject: [PATCH] Fixed year number
---
scripts/config.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/config.php b/scripts/config.php
index 0dcdbe5..809f5e4 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -476,7 +476,7 @@ function runProcess() {
BirdNET_6K_GLOBAL_MODEL (2020)
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.3_Model_FP16 (2022)
+ BirdNET_GLOBAL_3K_V2.3_Model_FP16 (2023)
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 ]