Dr. Richard Zinck commited on
Commit
632556a
1 Parent(s): 848bfb6
Files changed (28) hide show
  1. README.md +1 -1
  2. checkpoints/.DS_Store +0 -0
  3. checkpoints/README.md +83 -0
  4. checkpoints/V2.4/.DS_Store +0 -0
  5. checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels.txt +0 -0
  6. checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_MData_Model_FP16.tflite +3 -0
  7. checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_FP16.tflite +3 -0
  8. checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_FP32.tflite +3 -0
  9. checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_INT8.tflite +3 -0
  10. checkpoints/bats/.DS_Store +0 -0
  11. checkpoints/bats/notes.md +148 -0
  12. checkpoints/bats/v1.0/.DS_Store +0 -0
  13. checkpoints/bats/v1.0/BattyBirdNET-Bavaria-144kHz.tflite +3 -0
  14. checkpoints/bats/v1.0/BattyBirdNET-Bavaria-144kHz_Labels.txt +25 -0
  15. checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz.tflite +3 -0
  16. checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz_Labels.txt +30 -0
  17. checkpoints/bats/v1.0/BattyBirdNET-MarinCounty-144kHz.tflite +3 -0
  18. checkpoints/bats/v1.0/BattyBirdNET-MarinCounty-144kHz_Labels.txt +16 -0
  19. checkpoints/bats/v1.0/BattyBirdNET-Scotland-144kHz.tflite +3 -0
  20. checkpoints/bats/v1.0/BattyBirdNET-Scotland-144kHz_Labels.txt +11 -0
  21. checkpoints/bats/v1.0/BattyBirdNET-Sweden-144kHz.tflite +3 -0
  22. checkpoints/bats/v1.0/BattyBirdNET-Sweden-144kHz_Labels.txt +19 -0
  23. checkpoints/bats/v1.0/BattyBirdNET-UK-144kHz.tflite +3 -0
  24. checkpoints/bats/v1.0/BattyBirdNET-UK-144kHz_Labels.txt +17 -0
  25. checkpoints/bats/v1.0/BattyBirdNET-USA-144kHz.tflite +3 -0
  26. checkpoints/bats/v1.0/BattyBirdNET-USA-144kHz_Labels.txt +35 -0
  27. checkpoints/bats/v1.0/BattyBirdNET-USA-ALL-144kHz.tflite +3 -0
  28. checkpoints/bats/v1.0/BattyBirdNET-USA-ALL-144kHz_Labels.txt +36 -0
README.md CHANGED
@@ -5,7 +5,7 @@ colorFrom: pink
5
  colorTo: gray
6
  sdk: gradio
7
  sdk_version: 3.41.0
8
- app_file: app.py
9
  pinned: false
10
  license: cc-by-nc-sa-4.0
11
  ---
 
5
  colorTo: gray
6
  sdk: gradio
7
  sdk_version: 3.41.0
8
+ app_file: bat_gui.py
9
  pinned: false
10
  license: cc-by-nc-sa-4.0
11
  ---
checkpoints/.DS_Store ADDED
Binary file (6.15 kB). View file
 
checkpoints/README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## BirdNET Analyzer Model Version History
2
+
3
+ This repository contains only the latest version of the BirdNET-Analyzer model. We will track the changes in this document and also provide permanent download links to previous versions for testing and/or other use cases.
4
+
5
+ You can download and unzip previous model versions, make sure to update the `MODEL_PATH` and `LABELS_FILE` variable in the `config.py` file to the version you want to use.
6
+
7
+ Model update history:
8
+
9
+ **V2.4**
10
+ - more than 6,000 species worldwide
11
+ - covers frequencies from 0 Hz to 15 kHz with two-channel spectrogram (one for low and one for high frequencies)
12
+ - 0.826 GFLOPs, 50.5 MB as FP32
13
+ - enhanced and optimized metadata model
14
+ - global selection of species (birds and non-birds) with 6,522 classes (incl. 10 non-event classes)
15
+ - Download here: [BirdNET-Analyzer-V2.4.zip](https://drive.google.com/file/d/1ixYBPbZK2Fh1niUQzadE2IWTFZlwATa3)
16
+
17
+ **V2.3**
18
+
19
+ - slightly larger (36.4 MB vs. 21.3 MB as FP32) but smaller computational footprint (0.698 vs. 1.31 GFLOPs) than V2.2
20
+ - larger embedding size (1024 vs 320) than V2.2 (hence the bigger model)
21
+ - enhanced and optimized metadata model
22
+ - global selection of species (birds and non-birds) with 3,337 classes (incl. 10 non-event classes)
23
+ - Download here: [BirdNET-Analyzer-V2.3.zip](https://drive.google.com/file/d/1hhwQBVBngGnEhmqYeDksIW8ZY1FJmwyi)
24
+
25
+ **V2.2**
26
+
27
+ - smaller (21.3 MB vs. 29.5 MB as FP32) and faster (1.31 vs 2.03 GFLOPs) than V2.1
28
+ - maintains same accuracy as V2.1 despite more classes
29
+ - global selection of species (birds and non-birds) with 3,337 classes (incl. 10 non-event classes)
30
+ - Download here: [BirdNET-Analyzer-V2.2.zip](https://drive.google.com/file/d/166w8IAkXGKp6ClKb8vaniG1DmOr8Fwem)
31
+
32
+ **V2.1**
33
+
34
+ - same model architecture as V2.0
35
+ - extended 2022 training data
36
+ - global selection of species (birds and non-birds) with 2,434 classes (incl. 10 non-event classes)
37
+ - Download here: [BirdNET-Analyzer-V2.1.zip](https://drive.google.com/file/d/15cvPiezn_6H2tQs1FGMVrVdqiwLjLRms)
38
+
39
+ **V2.0**
40
+
41
+ - same model design as 1.4 but a bit wider
42
+ - extended 2022 training data
43
+ - global selection of species (birds and non-birds) with 1,328 classes (incl. 10 non-event classes)
44
+ - Download here: [BirdNET-Analyzer-V2.0.zip](https://drive.google.com/file/d/1h2Tbk_29ghNdK62ynrdRWyxT4H1fpFGs)
45
+
46
+ **V1.4**
47
+
48
+ - smaller, deeper, faster
49
+ - only 30% of the size of V1.3
50
+ - still linear spectrogram and EfficientNet blocks
51
+ - extended 2021 training data
52
+ - 1,133 birds and non-birds for North America and Europe
53
+ - Download here: [BirdNET-Analyzer-V1.4.zip](https://drive.google.com/file/d/1h14-Y8dOrPr9XCWfIoUjlWMJ9aWyNkKa)
54
+
55
+ **V1.3**
56
+
57
+ - Model uses linear frequency scale for spectrograms
58
+ - uses V2 fusion blocks and V1 efficient blocks
59
+ - extended 2021 training data
60
+ - 1,133 birds and non-birds for North America and Europe
61
+ - Download here: [BirdNET-Analyzer-V1.3.zip](https://drive.google.com/file/d/1h0nJzPjyJWbkfPyaWpS332xUwzDOygs9)
62
+
63
+ **V1.2**
64
+
65
+ - Model based on EfficientNet V2 blocks
66
+ - uses V2 fusion blocks and V1 efficient blocks
67
+ - extended 2021 training data
68
+ - 1,133 birds and non-birds for North America and Europe
69
+ - Download here: [BirdNET-Analyzer-V1.2.zip](https://drive.google.com/file/d/1h-il_W6t8Tz_XHrRMO1zcp_ThYp9QPLK)
70
+
71
+ **V1.1**
72
+
73
+ - Model based on Wide-ResNet (aka "App model")
74
+ - extended 2021 training data
75
+ - 1,133 birds and non-birds for North America and Europe
76
+ - Download here: [BirdNET-Analyzer-V1.1.zip](https://drive.google.com/file/d/1gzpwiCAf2HkfcAmlRq1K9Q0KrDsd5nGP)
77
+
78
+ **App Model**
79
+
80
+ - Model based on Wide-ResNet
81
+ - ~3,000 species worldwide
82
+ - currently deployed as BirdNET app model
83
+ - Download here: [BirdNET-Analyzer-App-Model.zip](https://drive.google.com/file/d/1gxkxPFlaTYxHFqAODDHYGUX8uEkZDWaL)
checkpoints/V2.4/.DS_Store ADDED
Binary file (8.2 kB). View file
 
checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_MData_Model_FP16.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4813567791d2fe2f38fb9e195e61a6261141a6f3b134b3056b6b062d22ac88f5
3
+ size 7071440
checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_FP16.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c64ba3ffab264ccbfafe784896392051a86be63b0cc507e7683db7df114546b
3
+ size 25932528
checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_FP32.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f3e4055b1a13bfa9a2452731d0d34f6a02d6b775a334362665892794165e4c
3
+ size 51726412
checkpoints/V2.4/BirdNET_GLOBAL_6K_V2.4_Model_INT8.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8354a476d3f837c8fac6d2f4d2d6b84af6c82d7e55d364b82e818e677355aea
3
+ size 41064296
checkpoints/bats/.DS_Store ADDED
Binary file (8.2 kB). View file
 
checkpoints/bats/notes.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ Scotland (including noise-50 )
3
+
4
+ Myotis brandtii_Brandt bat
5
+ Myotis daubentonii_Daubentons bat
6
+ Myotis mystacinus_Whiskered bat
7
+ Myotis nattereri_Natterers bat
8
+ NOISE
9
+ Nyctalus leisleri_Lesser noctule
10
+ Nyctalus noctula_Common noctule
11
+ Pipistrellus nathusii_Nathusius pipistrelle
12
+ Pipistrellus pipistrellus_Common pipistrelle
13
+ Pipistrellus pygmaeus_Soprano pipistrelle
14
+ Plecotus spec._Long eared bat
15
+
16
+ python3 train.py --i train_data/Scotland --o tmp/BattyBirdNET-Scotland-144kHz.tflite
17
+ Epoch 62/100
18
+ 42/42 [==============================] - 0s 10ms/step - loss: 0.0042 - prec: 0.9608 - val_loss: 0.0044 - val_prec: 0.9474
19
+ ...Done. Best top-1 precision: 0.951127827167511
20
+
21
+
22
+
23
+ UK including noise-100
24
+
25
+ arbastella barbastellus_Western barbastelle
26
+ Myotis alcathoe_Alcathoe bat
27
+ Myotis bechsteinii_Bechsteins bat
28
+ Myotis brandtii_Brandt bat
29
+ Myotis daubentonii_Daubentons bat
30
+ Myotis myotis_Greater mouse-eared bat
31
+ Myotis mystacinus_Whiskered bat
32
+ Myotis nattereri_Natterers bat
33
+ NOISE
34
+ Nyctalus leisleri_Lesser noctule
35
+ Nyctalus noctula_Common noctule
36
+ Pipistrellus nathusii_Nathusius pipistrelle
37
+ Pipistrellus pipistrellus_Common pipistrelle
38
+ Pipistrellus pygmaeus_Soprano pipistrelle
39
+ Plecotus spec._Long eared bat
40
+ Rhinolophus ferrumequinum_Greater horseshoe bat
41
+ Rhinolophus hipposideros_Lesser horseshoe bat
42
+
43
+
44
+ Epoch 95/100
45
+ 51/51 [==============================] - 0s 10ms/step - loss: 0.0020 - prec: 0.9434 - val_loss: 0.0016 - val_prec: 0.9565
46
+ ...Done. Best top-1 precision: 0.95652174949646
47
+
48
+
49
+ Bavaria including noise 100
50
+
51
+
52
+ Barbastella barbastellus_Western barbastelle
53
+ Eptesicus nilssonii_Northern bat
54
+ Eptesicus serotinus_Serotine bat
55
+ Hypsugo savii_Savis pipistrelle
56
+ Miniopterus schreibersii_Common bent-wing bat
57
+ Myotis alcathoe_Alcathoe bat
58
+ Myotis bechsteinii_Bechsteins bat
59
+ Myotis brandtii_Brandt bat
60
+ Myotis dasycneme_Pond bat
61
+ Myotis daubentonii_Daubentons bat
62
+ Myotis emarginatus_Geoffroys bat
63
+ Myotis myotis_Greater mouse-eared bat
64
+ Myotis mystacinus_Whiskered bat
65
+ Myotis nattereri_Natterers bat
66
+ NOISE
67
+ Nyctalus leisleri_Lesser noctule
68
+ Nyctalus noctula_Common noctule
69
+ Pipistrellus kuhlii_Kuhls pipistrelle
70
+ Pipistrellus nathusii_Nathusius pipistrelle
71
+ Pipistrellus pipistrellus_Common pipistrelle
72
+ Pipistrellus pygmaeus_Soprano pipistrelle
73
+ Plecotus spec._Long eared bat
74
+ Rhinolophus ferrumequinum_Greater horseshoe bat
75
+ Rhinolophus hipposideros_Lesser horseshoe bat
76
+ Vespertilio murinus_Parti-coloured bat
77
+
78
+
79
+ Epoch 76/100
80
+ 68/68 [==============================] - 1s 9ms/step - loss: 0.0014 - prec: 0.9568 - val_loss: 0.0016 - val_prec: 0.9675
81
+ ...Done. Best top-1 precision: 0.9675173759460449
82
+
83
+ EU including noise 100
84
+
85
+ Barbastella barbastellus_Western barbastelle
86
+ Eptesicus nilssonii_Northern bat
87
+ Eptesicus serotinus_Serotine bat
88
+ Hypsugo savii_Savis pipistrelle
89
+ Miniopterus schreibersii_Common bent-wing bat
90
+ Myotis alcathoe_Alcathoe bat
91
+ Myotis bechsteinii_Bechsteins bat
92
+ Myotis brandtii_Brandt bat
93
+ Myotis capaccinii_Long-fingered bat
94
+ Myotis dasycneme_Pond bat
95
+ Myotis daubentonii_Daubentons bat
96
+ Myotis emarginatus_Geoffroys bat
97
+ Myotis myotis_Greater mouse-eared bat
98
+ Myotis mystacinus_Whiskered bat
99
+ Myotis nattereri_Natterers bat
100
+ NOISE
101
+ Nyctalus lasiopterus_Greater noctule bat
102
+ Nyctalus leisleri_Lesser noctule
103
+ Nyctalus noctula_Common noctule
104
+ Pipistrellus kuhlii_Kuhls pipistrelle
105
+ Pipistrellus maderensis_Madeira pipistrelle
106
+ Pipistrellus nathusii_Nathusius pipistrelle
107
+ Pipistrellus pipistrellus_Common pipistrelle
108
+ Pipistrellus pygmaeus_Soprano pipistrelle
109
+ Plecotus spec._Long eared bat
110
+ Rhinolophus blasii_Blasius horseshoe bat
111
+ Rhinolophus ferrumequinum_Greater horseshoe bat
112
+ Rhinolophus hipposideros_Lesser horseshoe bat
113
+ Tadarida teniotis_European free-tailed bat
114
+ Vespertilio murinus_Parti-coloured bat
115
+
116
+
117
+ Epoch 58/100
118
+ 72/72 [==============================] - 1s 10ms/step - loss: 0.0016 - prec: 0.9588 - val_loss: 0.0017 - val_prec: 0.9605
119
+ ...Done. Best top-1 precision: 0.9627193212509155
120
+
121
+
122
+
123
+ USA is nabat -200
124
+
125
+ Epoch 41/100
126
+ 179/179 [==============================] - 2s 9ms/step - loss: 0.0067 - prec: 0.9428 - val_loss: 0.0081 - val_prec: 0.9396
127
+ ...Done. Best top-1 precision: 0.946631669998169
128
+
129
+
130
+ usa all
131
+
132
+ Epoch 20/400
133
+ 675/675 [==============================] - 9s 13ms/step - loss: 0.0341 - prec: 0.7899 - val_loss: 0.0332 - val_prec: 0.8001
134
+ ...Done. Best top-1 precision: 0.8033812046051025
135
+
136
+
137
+ python3 train.py --i train_data/EU/ --o tmp/BattyBirdNET-EU-144kHz-noise.tflite
138
+ EU 144kHz trained with noise for crickets
139
+
140
+ Sweden
141
+ 61/61 [==============================] - 1s 14ms/step - loss: 0.0016 - prec: 0.9339 - val_loss: 0.0013 - val_prec: 0.9335
142
+ ...Done. Best top-1 precision: 0.9335038065910339
143
+
144
+ MarinCounty 200 nabat
145
+ Epoch 76/100
146
+ 98/98 [==============================] - 1s 13ms/step - loss: 0.0078 - prec: 0.9269 - val_loss: 0.0080 - val_prec: 0.9266
147
+ ...Done. Best top-1 precision: 0.9282296895980835
148
+
checkpoints/bats/v1.0/.DS_Store ADDED
Binary file (8.2 kB). View file
 
checkpoints/bats/v1.0/BattyBirdNET-Bavaria-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b54f0b40983bced410ab47266489eec7ada25be7cbb7d3d1ec6e14c2dcfe645
3
+ size 103564
checkpoints/bats/v1.0/BattyBirdNET-Bavaria-144kHz_Labels.txt ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 dasycneme_Pond bat
10
+ Myotis daubentonii_Daubentons bat
11
+ Myotis emarginatus_Geoffroys bat
12
+ Myotis myotis_Greater mouse-eared bat
13
+ Myotis mystacinus_Whiskered bat
14
+ Myotis nattereri_Natterers bat
15
+ NOISE
16
+ Nyctalus leisleri_Lesser noctule
17
+ Nyctalus noctula_Common noctule
18
+ Pipistrellus kuhlii_Kuhls pipistrelle
19
+ Pipistrellus nathusii_Nathusius pipistrelle
20
+ Pipistrellus pipistrellus_Common pipistrelle
21
+ Pipistrellus pygmaeus_Soprano pipistrelle
22
+ Plecotus spec._Long eared bat
23
+ Rhinolophus ferrumequinum_Greater horseshoe bat
24
+ Rhinolophus hipposideros_Lesser horseshoe bat
25
+ Vespertilio murinus_Parti-coloured bat
checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdf81e34b64561df4705913c80ac9d4feffa0995025378d68edd5ddfead8ac3f
3
+ size 124064
checkpoints/bats/v1.0/BattyBirdNET-EU-144kHz_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
checkpoints/bats/v1.0/BattyBirdNET-MarinCounty-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5eb1b92883ed39a89757795b9e22629b39d2e5e03035209e23a5eeb695df92d
3
+ size 66664
checkpoints/bats/v1.0/BattyBirdNET-MarinCounty-144kHz_Labels.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Antrozous pallidus_Pallid bat
2
+ Corynorhinus townsendii_Townsend's big-eared bat
3
+ Eptesicus fuscus_Big brown bat
4
+ Eumops perotis_Greater mastiff bat
5
+ Lasionycteris noctivagans_Silver-haired bat
6
+ Lasiurus blossevillii_Western red bat
7
+ Lasiurus cinereus_Hoary bat
8
+ Myotis californicus_California bat
9
+ Myotis evotis_Western long-eared bat
10
+ Myotis lucifugus_Little brown bat
11
+ Myotis thysanodes_Fringed bat
12
+ Myotis volans_Long-legged bat
13
+ Myotis yumanensis_Yuma bat
14
+ NOISE
15
+ Parastrellus hesperus_Canyon bat
16
+ Tadarida brasiliensis_Brazilian free-tailed bat
checkpoints/bats/v1.0/BattyBirdNET-Scotland-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2cbb29331682913b7fe77d9f820cb5a0c6deb874a907c0c76f935cb1fb75123
3
+ size 46164
checkpoints/bats/v1.0/BattyBirdNET-Scotland-144kHz_Labels.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Myotis brandtii_Brandt bat
2
+ Myotis daubentonii_Daubentons bat
3
+ Myotis mystacinus_Whiskered bat
4
+ Myotis nattereri_Natterers bat
5
+ NOISE
6
+ Nyctalus leisleri_Lesser noctule
7
+ Nyctalus noctula_Common noctule
8
+ Pipistrellus nathusii_Nathusius pipistrelle
9
+ Pipistrellus pipistrellus_Common pipistrelle
10
+ Pipistrellus pygmaeus_Soprano pipistrelle
11
+ Plecotus spec._Long eared bat
checkpoints/bats/v1.0/BattyBirdNET-Sweden-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:577e98308cce1926b7f2b9f3598d289ca4123c1849138835a36d0bb24fa18b3e
3
+ size 78964
checkpoints/bats/v1.0/BattyBirdNET-Sweden-144kHz_Labels.txt ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Barbastella barbastellus_Western barbastelle
2
+ Eptesicus nilssonii_Northern bat
3
+ Eptesicus serotinus_Serotine bat
4
+ Myotis bechsteinii_Bechsteins bat
5
+ Myotis brandtii_Brandt bat
6
+ Myotis dasycneme_Pond bat
7
+ Myotis daubentonii_Daubentons bat
8
+ Myotis myotis_Greater mouse-eared bat
9
+ Myotis mystacinus_Whiskered bat
10
+ Myotis natterers_natterers bat
11
+ NOISE
12
+ Nyctalus leisleri_Lesser noctule
13
+ Nyctalus noctula_Common noctule
14
+ Pipistrellus kuhlii_Kuhls pipistrelle
15
+ Pipistrellus nathusii_Nathusius pipistrelle
16
+ Pipistrellus pipistrellus_Common pipistrelle
17
+ Pipistrellus pygmaeus_Soprano pipistrelle
18
+ Plecotus spec._Long eared bat
19
+ Vespertilio murinus_Parti-coloured bat
checkpoints/bats/v1.0/BattyBirdNET-UK-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c06d01cf7cf4edf39c977e5bd7e759986660aad8e7b119b6262d83ccf3bcc5cc
3
+ size 70764
checkpoints/bats/v1.0/BattyBirdNET-UK-144kHz_Labels.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Barbastella barbastellus_Western barbastelle
2
+ Myotis alcathoe_Alcathoe bat
3
+ Myotis bechsteinii_Bechsteins bat
4
+ Myotis brandtii_Brandt bat
5
+ Myotis daubentonii_Daubentons bat
6
+ Myotis myotis_Greater mouse-eared bat
7
+ Myotis mystacinus_Whiskered bat
8
+ Myotis nattereri_Natterers bat
9
+ NOISE
10
+ Nyctalus leisleri_Lesser noctule
11
+ Nyctalus noctula_Common noctule
12
+ Pipistrellus nathusii_Nathusius pipistrelle
13
+ Pipistrellus pipistrellus_Common pipistrelle
14
+ Pipistrellus pygmaeus_Soprano pipistrelle
15
+ Plecotus spec._Long eared bat
16
+ Rhinolophus ferrumequinum_Greater horseshoe bat
17
+ Rhinolophus hipposideros_Lesser horseshoe bat
checkpoints/bats/v1.0/BattyBirdNET-USA-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b2681c5a5e00cf16373424f1d3f4c907640375470015171a53802f87edba18
3
+ size 144564
checkpoints/bats/v1.0/BattyBirdNET-USA-144kHz_Labels.txt ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Antrozous pallidus_Pallid bat
2
+ Corynorhinus rafinesquii_Rafinesque's big-eared bat
3
+ Corynorhinus townsendii_Townsend's big-eared bat
4
+ Eptesicus fuscus_Big brown bat
5
+ Euderma maculatum_Spotted bat
6
+ Eumops floridanus_Florida bonneted
7
+ Eumops perotis_Greater mastiff bat
8
+ Idionycteris phyllotis_Allen's big-eared bat
9
+ Lasionycteris noctivagans_Silver-haired bat
10
+ Lasiurus blossevillii_Western red bat
11
+ Lasiurus borealis_Eastern red bat
12
+ Lasiurus cinereus_Hoary bat
13
+ Lasiurus intermedius_Northern yellow bat
14
+ Lasiurus seminolus_Seminole bat
15
+ Lasiurus xanthinus_Western yellow bat
16
+ Myotis austroriparius_Southeastern myotis
17
+ Myotis californicus_California bat
18
+ Myotis ciliolabrum_Western small-footed myotis
19
+ Myotis evotis_Western long-eared bat
20
+ Myotis grisescens_Gray bat
21
+ Myotis leibii_Eastern small-footed bat
22
+ Myotis lucifugus_Little brown bat
23
+ Myotis septentrionalis_Northern long-eared bat
24
+ Myotis sodalis_Indiana bat
25
+ Myotis thysanodes_Fringed bat
26
+ Myotis velifer_Cave bat
27
+ Myotis volans_Long-legged bat
28
+ Myotis yumanensis_Yuma bat
29
+ NOISE
30
+ Nycticeius humeralis_Evening bat
31
+ Nyctinomops femorosaccus_Pocketed free-tailed bat
32
+ Nyctinomops macrotis_Big free-tailed bat
33
+ Parastrellus hesperus_Canyon bat
34
+ Perimyotis subflavus_Tricolored bat
35
+ Tadarida brasiliensis_Brazilian free-tailed bat
checkpoints/bats/v1.0/BattyBirdNET-USA-ALL-144kHz.tflite ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54a2478ae1277309cb175b2ab3397e08ffd6109405eb4298b11a8058e07aaae1
3
+ size 148664
checkpoints/bats/v1.0/BattyBirdNET-USA-ALL-144kHz_Labels.txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Antrozous pallidus_Pallid bat
2
+ Corynorhinus rafinesquii_Rafinesque's big-eared bat
3
+ Corynorhinus townsendii_Townsend's big-eared bat
4
+ Eptesicus fuscus_Big brown bat
5
+ Euderma maculatum_Spotted bat
6
+ Eumops floridanus_Florida bonneted
7
+ Eumops perotis_Greater mastiff bat
8
+ Idionycteris phyllotis_Allen's big-eared bat
9
+ Lasionycteris noctivagans_Silver-haired bat
10
+ Lasiurus blossevillii_Western red bat
11
+ Lasiurus borealis_Eastern red bat
12
+ Lasiurus cinereus_Hoary bat
13
+ Lasiurus intermedius_Northern yellow bat
14
+ Lasiurus seminolus_Seminole bat
15
+ Lasiurus xanthinus_Western yellow bat
16
+ Myotis austroriparius_Southeastern myotis
17
+ Myotis californicus_California bat
18
+ Myotis ciliolabrum_Western small-footed myotis
19
+ Myotis evotis_Western long-eared bat
20
+ Myotis grisescens_Gray bat
21
+ Myotis leibii_Eastern small-footed bat
22
+ Myotis lucifugus_Little brown bat
23
+ Myotis septentrionalis_Northern long-eared bat
24
+ Myotis sodalis_Indiana bat
25
+ Myotis thysanodes_Fringed bat
26
+ Myotis velifer_Cave bat
27
+ Myotis volans_Long-legged bat
28
+ Myotis yumanensis_Yuma bat
29
+ NOISE
30
+ Nycticeius humeralis_Evening bat
31
+ Nyctinomops femorosaccus_Pocketed free-tailed bat
32
+ Nyctinomops macrotis_Big free-tailed bat
33
+ Parastrellus hesperus_Canyon bat
34
+ Perimyotis subflavus_Tricolored bat
35
+ Tadarida brasiliensis_Brazilian free-tailed bat
36
+ papers