From 84763bf5b7c0d67587bc7e27b3057f6794bc62bd Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Sat, 14 Jan 2023 15:22:39 -0500 Subject: [PATCH] New Model Implementation --- .gitignore | 2 +- birdnet.conf-defaults | 5 ++ homepage/index.php | 2 +- homepage/style.css | 4 + homepage/views.php | 2 +- ...NET_GLOBAL_3K_V2.2_MData_Model_FP16.tflite | Bin 0 -> 2273456 bytes .../BirdNET_GLOBAL_3K_V2.2_Model_FP16.tflite | Bin 0 -> 10971280 bytes model/labels_nm.zip | Bin 0 -> 1092726 bytes scripts/config.php | 52 +++++++++++ scripts/install_config.sh | 6 ++ scripts/install_language_label_nm.sh | 26 ++++++ scripts/server.py | 83 ++++++++++++++++-- scripts/update_birdnet_snippets.sh | 4 + 13 files changed, 177 insertions(+), 9 deletions(-) create mode 100644 model/BirdNET_GLOBAL_3K_V2.2_MData_Model_FP16.tflite create mode 100644 model/BirdNET_GLOBAL_3K_V2.2_Model_FP16.tflite create mode 100644 model/labels_nm.zip create mode 100644 scripts/install_language_label_nm.sh diff --git a/.gitignore b/.gitignore index 99afbb4..a4f35bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc *.flac .vscode -model/* + datasets/ birdnet.conf IdentifiedSoFar.txt diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 9193b9b..8c2cd0b 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -6,6 +6,11 @@ SITE_NAME="" +#--------------------------------- Model --------------------------------------# +#_____________The variable below configures which BirdNET model is_____________# +#______________________used for detecting bird audio.__________________________# + +MODEL=BirdNET_6K_GLOBAL_MODEL #--------------------- Required: Latitude, and Longitude ----------------------# diff --git a/homepage/index.php b/homepage/index.php index 887c881..4b20421 100644 --- a/homepage/index.php +++ b/homepage/index.php @@ -17,7 +17,7 @@ body::-webkit-scrollbar { display:none } - +