Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 725 Bytes

NeurIPS 2024 Paper

Hello! Welcome to our page for the code and data for "A Deep Learning Approach to the Automated Segmentation of Bird Vocalizations from Weakly Labeled Crowd-sourced Audio" https://www.climatechange.ai/papers/neurips2024/8

Data

The data can be found at https://drive.google.com/drive/folders/1iHCUVluzpNh0by0M9lDNbnuuxWCpIQM7?usp=drive_link. Put data in root of the project.

Installation

  1. Run git submodule update --recursive --init

  2. Follow the instructions now found at PyHa\README.MD to install the poetry enviroment

Running

Demo of how to run experiments can be found at segmentation_demo.ipynb

Code for generating figures in paper can be found in the folder visualizations