Bioacoustic monitoring of nocturnal bird migration
Project description
BirdVoxDetect: robust sound event detection of bird flight calls
An open-source Python library and command-line tool for automatically detecting bird flight calls in audio recordings.
BirdVoxDetect is a pre-trained deep learning system for detecting bird flight calls in continuous audio recordings. It relies on per-channel energy normalization (PCEN) and context-adaptive convolutional neural network (CA-CNN) for improved robustness to background noise. It is made available both as a Python library and as a command-line tool for Windows, OS X, and Linux.
For details about the deep learning model in BirdVoxDetect and how it was trained, we refer the reader to:
Robust Sound Event Detection in Bioacoustic Sensor Networks
Vincent Lostanlen, Justin Salamon, Andrew Farnsworth, Steve Kelling, and Juan Pablo Bello
Under review, 2019.
Installation instructions
Dependencies
TensorFlow
Because TensorFlow comes in CPU-only and GPU-enabled variants, we leave it up to the user to install the version that best fits their use case.
On most platforms, either of the following commands should properly install TensorFlow:
pip install tensorflow # CPU-only version
pip install tensorflow-gpu # GPU-enabled version
For more detailed information, please consult the installation instructions of TensorFlow.
libsndfile (Linux only)
BirdVoxDetect depends on the PySoundFile module to load audio files, which itself depends on the non-Python library libsndfile.
On Windows and Mac OS X, these will be installed automatically via the pip
package manager and you can therefore skip this step.
However, on Linux, libsndfile
must be installed manually via your platform's package manager.
For Debian-based distributions (such as Ubuntu), this can be done by simply running
apt-get install libsndfile
For more detailed information, please consult the installation instructions of pysoundfile.
Installing BirdVoxDetect
The simplest way to install BirdVoxDetect is by using pip
, which will also install the additional required dependencies
if needed.
To install the latest version of BirdVoxDetect from source:
-
Clone or pull the latest version:
git clone git@github.com:BirdVox/birdvoxdetect.git
-
Install using pip to handle Python dependencies:
cd birdvoxdetect pip install -e .
Acknowledging BirdVoxDetect
Please cite the following paper when using BirdVoxDetect in your work:
[1] Robust Sound Event Detection in Bioacoustic Sensor Networks
Vincent Lostanlen, Justin Salamon, Andrew Farnsworth, Steve Kelling, and Juan Pablo Bello
PLoS ONE 14(10): e0214168. https://doi.org/10.1371/journal.pone.0214168
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file birdvoxdetect-0.1.2.tar.gz
.
File metadata
- Download URL: birdvoxdetect-0.1.2.tar.gz
- Upload date:
- Size: 15.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 571d724a6f436f1f40e409e5c9bd72481773410cf7ff211f87333b9bf6e398a9 |
|
MD5 | 5cf62fba0372c93a76ca5fcd6e486282 |
|
BLAKE2b-256 | e01752abd95cb0f9dbe75aff06b4dc5db2fc4e69d8178dba1cbc056d9e077b7a |