Instructions to use MaHaWo/iSparrow_test_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use MaHaWo/iSparrow_test_models with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("MaHaWo/iSparrow_test_models") - Notebooks
- Google Colab
- Kaggle
correct some mistakes in configs
Browse files
birdnet_custom_v2.4/default.yml
CHANGED
|
@@ -4,7 +4,7 @@ Analysis:
|
|
| 4 |
min_conf: 0.25
|
| 5 |
file_check_poll_interval: 1
|
| 6 |
Model:
|
| 7 |
-
|
| 8 |
num_threads: 2
|
| 9 |
species_list_file: null
|
| 10 |
|
|
|
|
| 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 |
|
birdnet_default_v2.4/default.yml
CHANGED
|
@@ -4,7 +4,7 @@ Analysis:
|
|
| 4 |
min_conf: 0.25
|
| 5 |
file_check_poll_interval: 1
|
| 6 |
Model:
|
| 7 |
-
|
| 8 |
num_threads: 2
|
| 9 |
species_list_file: null
|
| 10 |
|
|
|
|
| 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 |
|
google_bird_classification/default.yml
CHANGED
|
@@ -7,7 +7,6 @@ Analysis:
|
|
| 7 |
lon: -76.45
|
| 8 |
date: 24/01/2024
|
| 9 |
Model:
|
| 10 |
-
sensitivity: 1.0
|
| 11 |
num_threads: 2
|
| 12 |
species_list_file: null
|
| 13 |
|
|
|
|
| 7 |
lon: -76.45
|
| 8 |
date: 24/01/2024
|
| 9 |
Model:
|
|
|
|
| 10 |
num_threads: 2
|
| 11 |
species_list_file: null
|
| 12 |
|