Skip to content

CMACBench: Computational Methods for Acoustic Communication Benchmark

License

Notifications You must be signed in to change notification settings

vocalpy/CMACBench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMACBench

The Computational Methods for Acoustic Communication Benchmark

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.

Set-up

Pre-requisites

You will need:

  1. git for version control

(you can install git from Github, with your operating system package manager, or using conda.)

Set up environment and install code

Code is developed on Pop!_OS 22.04. It will be easiest to set up in a similar Linux environment (e.g., Ubuntu).

  1. Clone this repository with git:
git clone [email protected]:vocalpy/BioSoundSegBench.git
cd BioSoundSegBench
  1. 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

About

CMACBench: Computational Methods for Acoustic Communication Benchmark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published