Belval / ebird

Detecting bird presence from satellite images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ebird

Detecting bird presence from satellite images

Getting started

  1. Create a virtual environment virtualenv --python=python env
  2. Activate your virtual environment source env/bin/activate
  3. Install dependencies pip install -r requirements.txt
  4. Install package in development mode pip install -e .

Training

With your environment activated, run: python scripts/train.py -c [YOUR_CONFIG_FILE]

About

Detecting bird presence from satellite images


Languages

Language:Python 55.0%Language:Jupyter Notebook 45.0%