Recent Releases of birdnetR
birdnetR - birdnetR 0.3.2
- Removes defunct and deprected functions
init_model()andinstall_birdnet(). - Includes some minor changes to take CRAN Reviewer comments into account.
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue 10 months ago
birdnetR - birdnetR 0.2.2
- updates
birdnetPython package to0.1.7. - Fixes #21: unable to initialize model
- Added a check if audio file is mono
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue 12 months ago
birdnetR - birdnetR v0.2.1
What's Changed
- Install Tensorflow Metal plugin when on MacOS by @fegue in https://github.com/birdnet-team/birdnetR/pull/25
- optionally use Apache Arrow to improve performance by reducing memory usage during data conversion and minimizing data
copying between R and Python. @fegue in https://github.com/birdnet-team/birdnetR/pull/27
Full Changelog: https://github.com/birdnet-team/birdnetR/compare/v0.2.0...v0.2.1
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue about 1 year ago
birdnetR - birdnetR v0.2.0
This update brings significant changes and improvements, including support for loading pre-existing and custom-trained models, aligning the package with birdnet 0.1.6.
breaking changes:
- The
init_model()function is now deprecated and will be removed in the next version. Please use thebirdnet_model_*function family for model initialization. available_languages()update: A new argument has been added toavailable_languages()to specify the BirdNET version, making it more flexible for different model versions.- Renaming
get_labels_pathtolabels_path(). It now requires a model object as its first argument. predict_species()was renamed topredict_species_from_audio_file()predict_species_at_location_and_time()was changed to requirer a model object as first argument.
New features:
- Support for Custom Models: You can now load custom-trained models
- A new set of functions (
birdnet_model_*) to load pre-existing and custom-trained models. These functions offer a more flexible approach to model loading. See?birdnet_model_loadfor more details. - S3 Object-Oriented System: The models are now implemented as S3 classes, and most of the functionality related to these models is provided through methods. This update makes the API cleaner and more consistent, and allows for better extensibility in future versions.
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue over 1 year ago
birdnetR - birdnetR v0.1.1
The update of birdnet to 0.1.1 brings:
- Add parameter
chunk_overlap_sto define overlapping between chunks - Remove parameter
file_splitting_duration_sinstead load files in 3s chunks - Remove
librosadependency
Other:
- check of the correct version of
birdnetis installed in the current virtual environment - expand vignette on how to use virtual environments
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue over 1 year ago
birdnetR - birdnetR v0.1.0
Initial release
Biosphere - Bioacoustics and Acoustic Data Analysis
- R
Published by fegue over 1 year ago