From b101f993ddb35364ee34e3eb0cb25434fde3c496 Mon Sep 17 00:00:00 2001 From: frederik Date: Sun, 26 Oct 2025 16:06:07 +0100 Subject: [PATCH] the number of species a model can detect should not matter in the privacy filter --- scripts/advanced.php | 3 +-- scripts/server.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/advanced.php b/scripts/advanced.php index 48ac7bc..2a65d1b 100644 --- a/scripts/advanced.php +++ b/scripts/advanced.php @@ -280,8 +280,7 @@ if (isset($_GET["max_files_species"])) { } } -$count_labels = count(file($home."/BirdNET-Pi/model/labels.txt")); -$count = $count_labels; +$count = 6000; ?>