Spaces:
Runtime error
Runtime error
Dr. Richard Zinck
commited on
Commit
•
d1f5a57
1
Parent(s):
7bd8750
Updated EU classifier
Browse files
bat_gui.py
CHANGED
@@ -130,8 +130,8 @@ def runAnalysis(
|
|
130 |
locale = "de"
|
131 |
|
132 |
elif species_list_choice == "EU":
|
133 |
-
cfg.CUSTOM_CLASSIFIER = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz.tflite"
|
134 |
-
cfg.LABELS_FILE = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-
|
135 |
cfg.LABELS = utils.readLines(cfg.LABELS_FILE)
|
136 |
cfg.LATITUDE = -1
|
137 |
cfg.LONGITUDE = -1
|
@@ -170,8 +170,8 @@ def runAnalysis(
|
|
170 |
locale = "en"
|
171 |
|
172 |
else:
|
173 |
-
cfg.CUSTOM_CLASSIFIER = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz.tflite"
|
174 |
-
cfg.LABELS_FILE = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-
|
175 |
cfg.LABELS = utils.readLines(cfg.LABELS_FILE)
|
176 |
cfg.LATITUDE = -1
|
177 |
cfg.LONGITUDE = -1
|
|
|
130 |
locale = "de"
|
131 |
|
132 |
elif species_list_choice == "EU":
|
133 |
+
cfg.CUSTOM_CLASSIFIER = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz-2.tflite"
|
134 |
+
cfg.LABELS_FILE = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz-2_Labels.txt"
|
135 |
cfg.LABELS = utils.readLines(cfg.LABELS_FILE)
|
136 |
cfg.LATITUDE = -1
|
137 |
cfg.LONGITUDE = -1
|
|
|
170 |
locale = "en"
|
171 |
|
172 |
else:
|
173 |
+
cfg.CUSTOM_CLASSIFIER = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz-2.tflite"
|
174 |
+
cfg.LABELS_FILE = cfg.BAT_CLASSIFIER_LOCATION + "/BattyBirdNET-EU-144kHz-2_Labels.txt"
|
175 |
cfg.LABELS = utils.readLines(cfg.LABELS_FILE)
|
176 |
cfg.LATITUDE = -1
|
177 |
cfg.LONGITUDE = -1
|
checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz-2.tflite
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbae145c93db53a07b425b77d1035afcd0a3c75177ff759248de087f2f63d527
|
3 |
+
size 124064
|
checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz-2_Labels.txt
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Barbastella barbastellus_Western barbastelle
|
2 |
+
Eptesicus nilssonii_Northern bat
|
3 |
+
Eptesicus serotinus_Serotine bat
|
4 |
+
Hypsugo savii_Savis pipistrelle
|
5 |
+
Miniopterus schreibersii_Common bent-wing bat
|
6 |
+
Myotis alcathoe_Alcathoe bat
|
7 |
+
Myotis bechsteinii_Bechsteins bat
|
8 |
+
Myotis brandtii_Brandt bat
|
9 |
+
Myotis capaccinii_Long-fingered bat
|
10 |
+
Myotis dasycneme_Pond bat
|
11 |
+
Myotis daubentonii_Daubentons bat
|
12 |
+
Myotis emarginatus_Geoffroys bat
|
13 |
+
Myotis myotis_Greater mouse-eared bat
|
14 |
+
Myotis mystacinus_Whiskered bat
|
15 |
+
Myotis nattereri_Natterers bat
|
16 |
+
NOISE
|
17 |
+
Nyctalus lasiopterus_Greater noctule bat
|
18 |
+
Nyctalus leisleri_Lesser noctule
|
19 |
+
Nyctalus noctula_Common noctule
|
20 |
+
Pipistrellus kuhlii_Kuhls pipistrelle
|
21 |
+
Pipistrellus maderensis_Madeira pipistrelle
|
22 |
+
Pipistrellus nathusii_Nathusius pipistrelle
|
23 |
+
Pipistrellus pipistrellus_Common pipistrelle
|
24 |
+
Pipistrellus pygmaeus_Soprano pipistrelle
|
25 |
+
Plecotus spec._Long eared bat
|
26 |
+
Rhinolophus blasii_Blasius horseshoe bat
|
27 |
+
Rhinolophus ferrumequinum_Greater horseshoe bat
|
28 |
+
Rhinolophus hipposideros_Lesser horseshoe bat
|
29 |
+
Tadarida teniotis_European free-tailed bat
|
30 |
+
Vespertilio murinus_Parti-coloured bat
|