add default configs to the models
Browse files
birdnet_custom_v2.4/default.yml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Analysis:
|
2 |
+
Recording:
|
3 |
+
species_presence_threshold: 0.03
|
4 |
+
min_conf: 0.25
|
5 |
+
file_check_poll_interval: 1
|
6 |
+
Model:
|
7 |
+
sigmoid_sensitivity: 1.0
|
8 |
+
num_threads: 2
|
9 |
+
species_list_file: null
|
10 |
+
|
11 |
+
SpeciesPresence:
|
12 |
+
threshold: 0.03
|
13 |
+
num_threads: 1
|
14 |
+
use_cache: true
|
15 |
+
|
16 |
+
modelname: birdnet_default
|
17 |
+
pattern: ".wav"
|
18 |
+
check_time: 1
|
19 |
+
delete_recordings: "never"
|
20 |
+
model_dir: ~/iSparrow/models
|
21 |
+
|
22 |
+
Data:
|
23 |
+
input: ~/iSparrow_data
|
24 |
+
output: ~/iSparrow_output
|
25 |
+
Preprocessor:
|
26 |
+
sample_rate: 48000
|
27 |
+
overlap: 0.0
|
28 |
+
sample_secs: 3.0
|
29 |
+
resample_type: kaiser_fast
|
birdnet_default_v2.4/default.yml
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Analysis:
|
2 |
+
Recording:
|
3 |
+
species_presence_threshold: 0.03
|
4 |
+
min_conf: 0.25
|
5 |
+
file_check_poll_interval: 1
|
6 |
+
Model:
|
7 |
+
sigmoid_sensitivity: 1.0
|
8 |
+
num_threads: 2
|
9 |
+
species_list_file: null
|
10 |
+
|
11 |
+
SpeciesPresence:
|
12 |
+
threshold: 0.03
|
13 |
+
num_threads: 1
|
14 |
+
use_cache: true
|
15 |
+
|
16 |
+
modelname: birdnet_default
|
17 |
+
pattern: ".wav"
|
18 |
+
check_time: 1
|
19 |
+
delete_recordings: "never"
|
20 |
+
model_dir: ~/iSparrow/models
|
21 |
+
|
22 |
+
Data:
|
23 |
+
input: ~/iSparrow_data
|
24 |
+
output: ~/iSparrow_output
|
25 |
+
Preprocessor:
|
26 |
+
sample_rate: 48000
|
27 |
+
overlap: 0.0
|
28 |
+
sample_secs: 3.0
|
29 |
+
resample_type: kaiser_fast
|
google_bird_classification/default.yml
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Analysis:
|
2 |
+
Recording:
|
3 |
+
species_presence_threshold: 0.03
|
4 |
+
min_conf: 0.25
|
5 |
+
file_check_poll_interval: 1
|
6 |
+
lat: 42.5
|
7 |
+
lon: -76.45
|
8 |
+
date: 24/01/2024
|
9 |
+
Model:
|
10 |
+
sigmoid_sensitivity: 1.0
|
11 |
+
num_threads: 2
|
12 |
+
species_list_file: null
|
13 |
+
|
14 |
+
SpeciesPresence:
|
15 |
+
threshold: 0.03
|
16 |
+
num_threads: 1
|
17 |
+
use_cache: true
|
18 |
+
|
19 |
+
modelname: google_perch
|
20 |
+
pattern: ".wav"
|
21 |
+
check_time: 1
|
22 |
+
delete_recordings: "never"
|
23 |
+
model_dir: ~/iSparrow/models
|
24 |
+
|
25 |
+
Data:
|
26 |
+
input: ~/iSparrow_data
|
27 |
+
output: ~/iSparrow_output
|
28 |
+
Preprocessor:
|
29 |
+
sample_rate: 32000
|
30 |
+
overlap: 0.0
|
31 |
+
sample_secs: 5.0
|
32 |
+
resample_type: kaiser_fast
|