/BirdSoundClassif

Primary LanguageJupyter NotebookMIT LicenseMIT

Code for bird call detection model based on Detr

image info

Prerequisit

  • Install python version 3.10

Install

Create virtual environment with conda (or venv) and activate it. Here is how to do with conda.

conda create venv
conda activate venv
pip install -r requirements.txt

Download model weights

You need to manually download the model weights and put the whole model folder inside this repository. The download link is : TBD

Run inference notebook

Open Exec_Detr.ipynb and run each cell one after the other.