This project hosts the code and documentation for the Computational methods for Acoustic Communcation Benchmark (CMACBench).
CMACBench builds on and extends publicly available datasets, to provide benchmarks for methods used by researchers that study how animals communicate with sound.
You will need:
- git for version control
(you can install git from Github, with your operating system package manager, or using conda.)
Code is developed on Pop!_OS 22.04. It will be easiest to set up in a similar Linux environment (e.g., Ubuntu).
- Clone this repository with git:
git clone [email protected]:vocalpy/BioSoundSegBench.git
cd BioSoundSegBench
- Set up the virtual environment with the code installed into it:
virtualenv .venv
. .venv/bin/activate
pip install -e .
You will then want to run all code inside the activated virtual environment:
. .venv/bin/activate