birdnet-analyzer 2.0.1__py3-none-any.whl → 2.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- birdnet_analyzer/analyze/__init__.py +14 -0
- birdnet_analyzer/analyze/cli.py +5 -0
- birdnet_analyzer/analyze/core.py +6 -1
- birdnet_analyzer/analyze/utils.py +42 -40
- birdnet_analyzer/audio.py +2 -2
- birdnet_analyzer/cli.py +41 -18
- birdnet_analyzer/config.py +4 -3
- birdnet_analyzer/eBird_taxonomy_codes_2024E.json +13046 -0
- birdnet_analyzer/embeddings/core.py +2 -1
- birdnet_analyzer/embeddings/utils.py +42 -1
- birdnet_analyzer/evaluation/__init__.py +6 -13
- birdnet_analyzer/evaluation/assessment/performance_assessor.py +12 -57
- birdnet_analyzer/evaluation/assessment/plotting.py +61 -62
- birdnet_analyzer/evaluation/preprocessing/data_processor.py +1 -1
- birdnet_analyzer/gui/analysis.py +5 -1
- birdnet_analyzer/gui/assets/gui.css +8 -0
- birdnet_analyzer/gui/embeddings.py +37 -18
- birdnet_analyzer/gui/evaluation.py +14 -8
- birdnet_analyzer/gui/multi_file.py +25 -5
- birdnet_analyzer/gui/review.py +16 -63
- birdnet_analyzer/gui/settings.py +25 -4
- birdnet_analyzer/gui/single_file.py +14 -17
- birdnet_analyzer/gui/train.py +7 -16
- birdnet_analyzer/gui/utils.py +42 -55
- birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ca.txt +1 -1
- birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pl.txt +1 -1
- birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sr.txt +108 -108
- birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_zh.txt +1 -1
- birdnet_analyzer/lang/de.json +7 -0
- birdnet_analyzer/lang/en.json +7 -0
- birdnet_analyzer/lang/fi.json +7 -0
- birdnet_analyzer/lang/fr.json +7 -0
- birdnet_analyzer/lang/id.json +7 -0
- birdnet_analyzer/lang/pt-br.json +7 -0
- birdnet_analyzer/lang/ru.json +36 -29
- birdnet_analyzer/lang/se.json +7 -0
- birdnet_analyzer/lang/tlh.json +7 -0
- birdnet_analyzer/lang/zh_TW.json +7 -0
- birdnet_analyzer/model.py +21 -21
- birdnet_analyzer/search/core.py +1 -1
- birdnet_analyzer/utils.py +3 -4
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/METADATA +18 -9
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/RECORD +47 -47
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/WHEEL +1 -1
- birdnet_analyzer/eBird_taxonomy_codes_2021E.json +0 -25280
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/entry_points.txt +0 -0
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/licenses/LICENSE +0 -0
- {birdnet_analyzer-2.0.1.dist-info → birdnet_analyzer-2.1.0.dist-info}/top_level.txt +0 -0
@@ -1,50 +1,50 @@
|
|
1
1
|
birdnet_analyzer/__init__.py,sha256=uu_feKfRZNl6hVLvjyy88jpW3ZXBmvcrlkSwY_GuJrk,382
|
2
|
-
birdnet_analyzer/audio.py,sha256=
|
3
|
-
birdnet_analyzer/cli.py,sha256=
|
4
|
-
birdnet_analyzer/config.py,sha256=
|
5
|
-
birdnet_analyzer/
|
6
|
-
birdnet_analyzer/model.py,sha256=
|
2
|
+
birdnet_analyzer/audio.py,sha256=qp-cuic238lZUBD-WuEne-Vwq7jMTVUms4pXz0JqXsE,12394
|
3
|
+
birdnet_analyzer/cli.py,sha256=zImaCnjdqAW1apkHfaaNWH9Qq3ow64zoT8j5qRG1fEg,30939
|
4
|
+
birdnet_analyzer/config.py,sha256=eHYp8pa0Ai53gb1a8C_dJM_8apMcGz3NC6GwmfFTU7k,7620
|
5
|
+
birdnet_analyzer/eBird_taxonomy_codes_2024E.json,sha256=xkJqVnP261w7DDdEjLQUozZaEU902O3uUcvU2ZzB0Xs,765895
|
6
|
+
birdnet_analyzer/model.py,sha256=vPeNenENmfwz15-EcvkJvaQ8Rjt4erGkDzbBTQ2EX00,41143
|
7
7
|
birdnet_analyzer/playground.py,sha256=saWZVTHZQ4Di4pQDZFwA5khqCwX1sxUod5Ba96ESOdo,149
|
8
8
|
birdnet_analyzer/translate.py,sha256=qJH55AxuJtg1enIT3Vb3Avk_qqm3heEi-8XXRcX9sMU,3194
|
9
|
-
birdnet_analyzer/utils.py,sha256=
|
10
|
-
birdnet_analyzer/analyze/__init__.py,sha256=
|
9
|
+
birdnet_analyzer/utils.py,sha256=2eI-MSSRkqbcHrKAxgfUa5oELvxF3v4MPHAUkwwBqhA,14127
|
10
|
+
birdnet_analyzer/analyze/__init__.py,sha256=MphQfB5ry6FS2omRAHuLMRB87z99F7ESy4evlRqWMYA,532
|
11
11
|
birdnet_analyzer/analyze/__main__.py,sha256=csRWE3Rk3o5sFLTKfJF-vx6C64ld504Vxi3UGbWVZAI,57
|
12
|
-
birdnet_analyzer/analyze/cli.py,sha256=
|
13
|
-
birdnet_analyzer/analyze/core.py,sha256=
|
14
|
-
birdnet_analyzer/analyze/utils.py,sha256=
|
12
|
+
birdnet_analyzer/analyze/cli.py,sha256=6U82KBMqYP89_xpHF9NE_hixKIIYzgKvDpOh5ia1c9s,795
|
13
|
+
birdnet_analyzer/analyze/core.py,sha256=C16KR0ESND3zEXrSLf6SVx1xk9DYBQV50Q6YfaVfccU,9750
|
14
|
+
birdnet_analyzer/analyze/utils.py,sha256=oveWdqD7MrKlgqO3phctYQ1J_1idZk7OuckkvM0wm2w,25083
|
15
15
|
birdnet_analyzer/embeddings/__init__.py,sha256=CrtRxFHhbVx-Y664-pnTR0zw1o7Jkxer5K64mpQBOY4,85
|
16
16
|
birdnet_analyzer/embeddings/__main__.py,sha256=-AV5nKugIwDfLY3JLpqSiv-cOHBRjTGseWb2wj8rDhg,60
|
17
17
|
birdnet_analyzer/embeddings/cli.py,sha256=yV-Q9IhTvoP1GPtJH2w9-t8xgyslvdDesfCessklLk4,282
|
18
|
-
birdnet_analyzer/embeddings/core.py,sha256=
|
19
|
-
birdnet_analyzer/embeddings/utils.py,sha256=
|
20
|
-
birdnet_analyzer/evaluation/__init__.py,sha256=
|
18
|
+
birdnet_analyzer/embeddings/core.py,sha256=kwZpqrh-B9_1OQiX_gE8bMHdAVO2_QRc_bDeORxP878,2819
|
19
|
+
birdnet_analyzer/embeddings/utils.py,sha256=rVPjh8O0lzu4I0rb-j6BZ1mB-dJduXjZ-FMy-FxxMgA,7568
|
20
|
+
birdnet_analyzer/evaluation/__init__.py,sha256=u4VbS69SiDDV2Q-7PKsJKzy9yPyeXLPYkVrKPGruIzI,8715
|
21
21
|
birdnet_analyzer/evaluation/__main__.py,sha256=P7BHAubmVZCVgpNNkz7lqeWLhgXi-uaZvKTYUcPNAHg,56
|
22
22
|
birdnet_analyzer/evaluation/assessment/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
23
|
birdnet_analyzer/evaluation/assessment/metrics.py,sha256=n4Zg8Go4PB0Z05fzATUr_n69VTQoN4vInMcaCaZsKGQ,15500
|
24
|
-
birdnet_analyzer/evaluation/assessment/performance_assessor.py,sha256=
|
25
|
-
birdnet_analyzer/evaluation/assessment/plotting.py,sha256
|
24
|
+
birdnet_analyzer/evaluation/assessment/performance_assessor.py,sha256=ibB3YJiyA-pqC7Klyo3uU88P2FRwEOxKESSdcLerK9s,15725
|
25
|
+
birdnet_analyzer/evaluation/assessment/plotting.py,sha256=-jaT-bwZhIVXOcCC2zG6Yu5Z9oLETj4vELW95wiTTX0,15353
|
26
26
|
birdnet_analyzer/evaluation/preprocessing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
|
-
birdnet_analyzer/evaluation/preprocessing/data_processor.py,sha256=
|
27
|
+
birdnet_analyzer/evaluation/preprocessing/data_processor.py,sha256=Gq-ineVReSkkQaxmQU5WxSV5RllEqGGyNhNXzubmQ6k,30585
|
28
28
|
birdnet_analyzer/evaluation/preprocessing/utils.py,sha256=YvuPxUb_OE6-lkDg54QNfSqiST2RYVVt4yJC2vUa2Vk,4044
|
29
29
|
birdnet_analyzer/gui/__init__.py,sha256=PPo-abSMH1kDTx9F7o590PTOHUp4kNlOK5cskipjVZk,675
|
30
30
|
birdnet_analyzer/gui/__main__.py,sha256=PCBwaF6cjjp8iN8pIe_y5gKdzwOUhQL6HWLo7ftD6uU,49
|
31
|
-
birdnet_analyzer/gui/analysis.py,sha256=
|
32
|
-
birdnet_analyzer/gui/embeddings.py,sha256
|
33
|
-
birdnet_analyzer/gui/evaluation.py,sha256=
|
31
|
+
birdnet_analyzer/gui/analysis.py,sha256=NzsQj2UVsDI3kqSxgvRnvE4t_8Y3OccSVolKUNufnsE,6513
|
32
|
+
birdnet_analyzer/gui/embeddings.py,sha256=-P13LFHjK9QbmCOKB6JH61j9YSKLVczjjMRLMCo7mdI,25829
|
33
|
+
birdnet_analyzer/gui/evaluation.py,sha256=IiwRhvKDegG_1tDSmNp3BS4LzovyrDPux3SEBdac2uQ,34828
|
34
34
|
birdnet_analyzer/gui/localization.py,sha256=fiekurpvVrkqprXT0xKpVjsDZM24RXHFs0VRm7TDB6c,2539
|
35
|
-
birdnet_analyzer/gui/multi_file.py,sha256=
|
36
|
-
birdnet_analyzer/gui/review.py,sha256=
|
35
|
+
birdnet_analyzer/gui/multi_file.py,sha256=sPuQ_q-EErgFnOiy4pBhJVWZG8oUW8jQop4Sx-s7zfc,9063
|
36
|
+
birdnet_analyzer/gui/review.py,sha256=BTxKNNC_1K32AY1eplyIgu5UoHHkH6kr0_H73GG-_fY,19259
|
37
37
|
birdnet_analyzer/gui/segments.py,sha256=FboUZGItJEEvfY32HKJKBi5YDFf5Onzyc6Cb16KjS6w,7286
|
38
|
-
birdnet_analyzer/gui/settings.py,sha256=
|
39
|
-
birdnet_analyzer/gui/single_file.py,sha256=
|
38
|
+
birdnet_analyzer/gui/settings.py,sha256=wKSkaXJiMke3kGuv8oglkgQPULjVuH3lh2onQFJBG1E,4806
|
39
|
+
birdnet_analyzer/gui/single_file.py,sha256=kCyb1lPa4Z1tTl56Qs3aN9a-5FeocgIwSdxElwtHulU,9204
|
40
40
|
birdnet_analyzer/gui/species.py,sha256=CKMfX6PewKoDNDZzaLrQtdTOimU2B5R3quGAahv3niI,3133
|
41
|
-
birdnet_analyzer/gui/train.py,sha256=
|
42
|
-
birdnet_analyzer/gui/utils.py,sha256=
|
41
|
+
birdnet_analyzer/gui/train.py,sha256=xyATGSNf9iFo4KolRd00J98r5L7sJ2KbsIBxFhDbGUU,28130
|
42
|
+
birdnet_analyzer/gui/utils.py,sha256=kyntm_YBdwxbXkrj63RaIO1yoK9XXxQpZ-DM0m8430E,30656
|
43
43
|
birdnet_analyzer/gui/assets/arrow_down.svg,sha256=tDFhvP9dnBKUb8LCN1W2X_Ycl6M6nHIerRh3VbZLq3M,274
|
44
44
|
birdnet_analyzer/gui/assets/arrow_left.svg,sha256=nw6Wg7r9lI8QwWyqFiBaJtwOLkr6YvY885y8voIisgk,274
|
45
45
|
birdnet_analyzer/gui/assets/arrow_right.svg,sha256=YOAfYpENl6Zv-hF6JsyZaVuqNNWe7uDRufrSlgrADTg,274
|
46
46
|
birdnet_analyzer/gui/assets/arrow_up.svg,sha256=YiM-8AeeSVxemH6xOXhBA0kN2npfpMSD_wtePDRFcLg,274
|
47
|
-
birdnet_analyzer/gui/assets/gui.css,sha256=
|
47
|
+
birdnet_analyzer/gui/assets/gui.css,sha256=MUgHEHMOg9YM-zSkwyOdpa8WxbvDgG-MqqwGPl02R38,648
|
48
48
|
birdnet_analyzer/gui/assets/gui.js,sha256=wuEXvRZtx7gX8WaZyF3US7JpuKiRXCeWowbi3Nqnmbg,3727
|
49
49
|
birdnet_analyzer/gui/assets/img/birdnet-icon.ico,sha256=JUx5NGWVerz16p38WkYJeu3C6JO0Hx5uTOqMA-Suedg,24985
|
50
50
|
birdnet_analyzer/gui/assets/img/birdnet_logo.png,sha256=yPMHuNBiHil_sZ476ntAKByc8lV03Fxdl2llxmVvCt4,24526
|
@@ -53,7 +53,7 @@ birdnet_analyzer/gui/assets/img/clo-logo-bird.svg,sha256=6v_ODxVyO5hMPzJuSGrVWQu
|
|
53
53
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_af.txt,sha256=-LYC4xPd_Jc4kyXXPUbpJ-NoD52v2etNHgYyIIn208o,265109
|
54
54
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ar.txt,sha256=thc4I1ZlH4A783YeJCyOj-iJByybe_gosoJLoYhEI-k,271450
|
55
55
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_bg.txt,sha256=F0M11jjoaxkKJQS3iG9lYgSJgjKFhtn6UsiMm4lj3lg,288869
|
56
|
-
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ca.txt,sha256=
|
56
|
+
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ca.txt,sha256=PsNFrLoaAwWovDHJl2hwB_Y-CO_H7K_yhm-9DXLM9Jc,269023
|
57
57
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_cs.txt,sha256=mQmUlUPJASBynDwYanDwETSE-r_LrK9eFNZ32zTDfno,268958
|
58
58
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_da.txt,sha256=MiwmWIZnUqTe-5VkzLmta6ACZtt3PdvNf-5dCavTlS0,264101
|
59
59
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_de.txt,sha256=t47JSD29j64Aru3MpMowWDTdN7gl7S7tAcG5mJD0v04,258765
|
@@ -74,33 +74,33 @@ birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_lt.txt,sha256=3rAr3pp
|
|
74
74
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ml.txt,sha256=aRdgxzpBLi2QrKg3T7g_kh0RAZ5meYKRX6gLFNY8qsg,279595
|
75
75
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_nl.txt,sha256=9h35g6VXBzAtiWvraq2bkt0iEiTNKoK46mvIdpj3dmY,256021
|
76
76
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_no.txt,sha256=y0o-ryeRhqKugHQJ-0sMeyUz5mbDxmWO5BUm_iHj0F4,235946
|
77
|
-
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pl.txt,sha256=
|
77
|
+
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pl.txt,sha256=EeA12QJVaiI6yoH3Skq6GMSmaQjaVP7BBDczgcY6YbA,268809
|
78
78
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pt_BR.txt,sha256=HsZdPb1ykJwEbuRrpXHYDuCYv90gnBuCJcRUevtStds,266757
|
79
79
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_pt_PT.txt,sha256=DR1VGBLeCQUDcRxh8fPxeApYJvq09gL_gDzDmOU9uQ4,265790
|
80
80
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ro.txt,sha256=a1WWuNtvErej1Ei4V2xr-o5e8lPHAQKNDAVicQogssk,268350
|
81
81
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_ru.txt,sha256=ddNCzXtrYFb2FsC80G3mqDqRagvw8sZjHINqrhYj6Yk,377786
|
82
82
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sk.txt,sha256=Hyl7hiPNH6UG_kNkXwGUHvlmFZ1hSpz3alnoP4eWTms,269759
|
83
83
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sl.txt,sha256=rNBVPPIqDZAalLRnD709tc6pd5lLtCyuaABE1Tviygw,265347
|
84
|
-
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sr.txt,sha256=
|
84
|
+
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sr.txt,sha256=KUAMX2Nsp-paYRyJ3j-BPnmQPObTWgxdJYv0iOztR8w,273514
|
85
85
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_sv.txt,sha256=fbDGmXwC7K6VB3V2JNULs4qw_tg8uuXh6AXnrpkbhPw,257108
|
86
86
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_th.txt,sha256=gDeJwRICBQGgrxH02nm-M7XJ7RdN36NaHZuLrSjuBMU,294943
|
87
87
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_tr.txt,sha256=j-uFnSR5nokPBsfh2lhP_yVDT-DPCqkjg6tumRE4I0g,280870
|
88
88
|
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_uk.txt,sha256=PQ0HJJe3Wt6L3k7kyslQwYEnAyhFKZvTqFOT06VoURI,374502
|
89
|
-
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_zh.txt,sha256=
|
90
|
-
birdnet_analyzer/lang/de.json,sha256=
|
91
|
-
birdnet_analyzer/lang/en.json,sha256=
|
92
|
-
birdnet_analyzer/lang/fi.json,sha256=
|
93
|
-
birdnet_analyzer/lang/fr.json,sha256=
|
94
|
-
birdnet_analyzer/lang/id.json,sha256
|
95
|
-
birdnet_analyzer/lang/pt-br.json,sha256=
|
96
|
-
birdnet_analyzer/lang/ru.json,sha256=
|
97
|
-
birdnet_analyzer/lang/se.json,sha256=
|
98
|
-
birdnet_analyzer/lang/tlh.json,sha256=
|
99
|
-
birdnet_analyzer/lang/zh_TW.json,sha256=
|
89
|
+
birdnet_analyzer/labels/V2.4/BirdNET_GLOBAL_6K_V2.4_Labels_zh.txt,sha256=zQsqmE2EDaNA4cHQ-aIP0YQwqvvHdgGp-bD6gPCH52g,230623
|
90
|
+
birdnet_analyzer/lang/de.json,sha256=uXHTzpBa-zsRWxnaqwo9Ky1nm45_cnk0twJqapZbo6M,29414
|
91
|
+
birdnet_analyzer/lang/en.json,sha256=lf95om3Hu0bK5Mp1DfZ08TGsefDdHX7RWkq1cPVMU0c,27070
|
92
|
+
birdnet_analyzer/lang/fi.json,sha256=S_JozqexVXAL1NyheSvImu9Y-HO6jn7OSOYsM2bs_l8,27926
|
93
|
+
birdnet_analyzer/lang/fr.json,sha256=eToNQ4KNSwgUm7ho18ilu50HWt-VGA1uY34NaKiNMYY,30843
|
94
|
+
birdnet_analyzer/lang/id.json,sha256=-g5vhXoVTWcgejqJNo-mN0sOqlD3Uf78tj2KBFmaPyI,27864
|
95
|
+
birdnet_analyzer/lang/pt-br.json,sha256=7gusWxvpuOBucgmoKBQVVRBgthm8jzJt9VGnHNj3k5I,29551
|
96
|
+
birdnet_analyzer/lang/ru.json,sha256=IoJtFx47L5z1U-l3OVe6I4yk9V9qpXJwxuGcPq8rMdU,38751
|
97
|
+
birdnet_analyzer/lang/se.json,sha256=ijK8F20pc-a7o5WD2BVsZUvZuwBRNqKnmVNNla6aLx8,27632
|
98
|
+
birdnet_analyzer/lang/tlh.json,sha256=XN8QjFI1pFiPs_zDfJaTpoKXbqOIjODh_fY7wDXYuX4,21797
|
99
|
+
birdnet_analyzer/lang/zh_TW.json,sha256=Ol1kX3lldmTLIUY4TCjhERPm95e_x9GLU5rOtx24Lb4,26314
|
100
100
|
birdnet_analyzer/search/__init__.py,sha256=kFAPQVhA474eNP3paME5p_ssVyMGVSF37SmJlyVuRG8,73
|
101
101
|
birdnet_analyzer/search/__main__.py,sha256=lfAxv0_v2e6IkCCFX3UOAle59TojzRnBXPPtkHjbEQM,56
|
102
102
|
birdnet_analyzer/search/cli.py,sha256=sjx3GL5oHWDfy_Pd6_hkmZ-1MSEuT1f3fmV1WyoVjUA,225
|
103
|
-
birdnet_analyzer/search/core.py,sha256=
|
103
|
+
birdnet_analyzer/search/core.py,sha256=tw0BBGz2BBrEcnKmduT47Fmx2wU-KN6kABrjA_yCBYQ,3229
|
104
104
|
birdnet_analyzer/search/utils.py,sha256=GRPMwXsSjBLqpA9xguH0MMWP4WUZypZ_3yHIkCbFy-E,3767
|
105
105
|
birdnet_analyzer/segments/__init__.py,sha256=cg5SfzNbyo4FdEXAiFoT6xhLOv1q3OiKwO105I0gezc,79
|
106
106
|
birdnet_analyzer/segments/__main__.py,sha256=60DMV3hegLhbZS5vTmyqPUslRZi9cWGQE7RejrUMMnE,58
|
@@ -117,9 +117,9 @@ birdnet_analyzer/train/__main__.py,sha256=ru_nZbTueN1Ei2AUwQEcksmaoF_oRh_dbHayqr
|
|
117
117
|
birdnet_analyzer/train/cli.py,sha256=Xb-IJCoWzdzpKW5qEe1e9iiVx-IfpevHlP-5Qyj2Shg,263
|
118
118
|
birdnet_analyzer/train/core.py,sha256=zwvfeC_1evgGNU4ierarvrpybgjt0BZdG00NdwwfQP8,5780
|
119
119
|
birdnet_analyzer/train/utils.py,sha256=_8xcA1AiAjxmZySLXCJhWDmaIepVyV4X163KLey3BzI,36762
|
120
|
-
birdnet_analyzer-2.0.
|
121
|
-
birdnet_analyzer-2.0.
|
122
|
-
birdnet_analyzer-2.0.
|
123
|
-
birdnet_analyzer-2.0.
|
124
|
-
birdnet_analyzer-2.0.
|
125
|
-
birdnet_analyzer-2.0.
|
120
|
+
birdnet_analyzer-2.1.0.dist-info/licenses/LICENSE,sha256=s8_PfkQgudIsIZPG35DG3uL7HHVeTBipFi9WXn477s4,1073
|
121
|
+
birdnet_analyzer-2.1.0.dist-info/METADATA,sha256=x5AA5oD7hlmEaKiLJSFlreMqt8GIizCCtB0OSTpiG9Q,8464
|
122
|
+
birdnet_analyzer-2.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
123
|
+
birdnet_analyzer-2.1.0.dist-info/entry_points.txt,sha256=zggnZKhifJ--I46o6EWvPrxCsLzyyDu7Df0zTjcsfJs,457
|
124
|
+
birdnet_analyzer-2.1.0.dist-info/top_level.txt,sha256=A7Ss-Ce3vcccmpepTDG3jDrfwBakUDy99HclK4xlazg,17
|
125
|
+
birdnet_analyzer-2.1.0.dist-info/RECORD,,
|