A computer vision project for automated bird identification and segmentation
This project implements semantic segmentation techniques for bird image analysis. It's a key component of a larger "Bird Pokedex" project that aims to create an interactive bird identification system, similar to the fictional Pokedex from Pokemon, but for real-world birds.
Clone the repository:
git clone https://github.com/johnhangen/SemanticSegmentation
cd SemanticSegmentation
Create and activate a virtual environment:
python -m venv env
source env/bin/activate # On Windows, use `env\Scripts\activate`
Install dependencies:
pip install -r requirements.txt
Download the dataset and place it in the data/ folder.