You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add documentation for the new BSG Finnish Birds v4.4 model:
- Model description and specifications
- Installation instructions
- Reference links and citations
- Acknowledgment in references section
-**Source**: [BirdNET-onnx on Hugging Face](https://huggingface.co/justinchuby/BirdNET-onnx) (optimized ONNX conversion by Justin Chu)
533
534
535
+
### BSG Finnish Birds v4.4
536
+
537
+
```bash
538
+
birda models install bsg-fi-v44
539
+
```
540
+
541
+
-**License**: BSG-NC-1.0 (non-commercial use only, no app stores)
542
+
-**Vendor**: University of Jyväskylä
543
+
-**Sample rate**: 48kHz
544
+
-**Segment duration**: 3 seconds
545
+
-**Species**: 263 Finnish bird species (breeders, migrants, vagrants)
546
+
-**Architecture**: Fine-tuned BirdNET model with custom classification head
547
+
-**Range filtering**: Not supported (regional specialization)
548
+
-**Source**: [BSG on Hugging Face](https://huggingface.co/tphakala/BSG)
549
+
-**Citation**: Nokelainen et al. (2024) [doi:10.5334/cstp.710](https://doi.org/10.5334/cstp.710)
550
+
551
+
The BSG model is optimized for bird sound identification in Finland. It uses a BirdNET-based feature extractor combined with a custom classification head trained on Finnish soundscapes, expert-annotated clips from Xeno-canto, and targeted field recordings. Predictions are calibrated per species and filtered by seasonal/geographic plausibility.
552
+
534
553
### Google Perch v2
535
554
536
555
```bash
@@ -565,6 +584,7 @@ MIT License - see [LICENSE](LICENSE) for details.
565
584
## Acknowledgments
566
585
567
586
-[BirdNET](https://github.com/birdnet-team/BirdNET-Analyzer) by the K. Lisa Yang Center for Conservation Bioacoustics
587
+
-[BSG](https://github.com/luomus/BSG) by the University of Jyväskylä for Finnish bird sound classification
568
588
-[Justin Chu](https://github.com/justinchuby) for converting BirdNET TFLite model to optimized ONNX format
569
589
-[birdnet-onnx-converter](https://github.com/tphakala/birdnet-onnx-converter) for custom model conversion and optimization
570
590
-[Perch](https://github.com/google-research/perch) by Google Research for bioacoustic analysis
0 commit comments