ehpersonal38
2023-05-06 15:28:02 -04:00
parent 520e9825d8
commit bddd8b3b9f
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ def handle_client(conn, addr):
post_scientificName = "\"scientificName\": \"" + entry[0].split('_')[0] + "\","
if model == "BirdNET_GLOBAL_3K_V2.3_Model_FP16":
post_algorithm = "\"algorithm\": " + "\"2p2\"" + ","
post_algorithm = "\"algorithm\": " + "\"2p3\"" + ","
else:
post_algorithm = "\"algorithm\": " + "\"alpha\"" + ","