Skip to content

rhine3/BirdVox-70k_icassp2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • If you don't have it already, download and install either the Anaconda or the Miniconda Python 3 distribution.

  • Create a conda environment with Python 3.5 conda create -n lostanlen_spl2017 python=3.5

  • Activate environment lostanlen_spl2017 source activate lostanlen_spl2017

  • Install Tensorflow (Apache License 2.0) for deep learning conda install tensorflow

  • Install Keras (François Chollet, MIT License) for deep learning conda install keras

  • Install pandas (BSD 3-Clause license) for parsing annotations conda install pandas

  • Install pysoundfile for audio I/O conda install -c carlthome pysoundfile

  • Install muda (Brian McFee, ISC license) for data augmentation pip install muda

  • Install Vesper (Harold Mills, MIT license) for Old Bird flight call detector conda install -c haroldmills vesper

  • Install mir_eval (Colin Raffel, MIT license) for evaluation conda install -c carlthome mir_eval

  • Install pescador (ISC License) for stochastic multi-stream sampling conda install -c conda-forge pescador

  • Install scikit-learn (BSD License) for support vector machines conda install -c anaconda scikit-learn

  • Install skm (Justin Salamon) for spherical k-means pip install git+git://github.com/justinsalamon/skm

About

BirdVox-70k: a dataset and benchmark for avian flight call detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.9%
  • Shell 35.5%
  • Python 2.6%