Skip to content

Code and scripts for detecting seabirds in footage.

Notifications You must be signed in to change notification settings

prasadadhav/SeabirdDetection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seabird Detection

This repo share scripts and code used in the Baltic Seabird Project.

The seabird detector is basically a wrapper around the yolov5 object detector.

Data

Note on the data...

Get started

Clone the repo

git clone https://github.com/BalticSeabird/SeabirdDetection.git
cd SeabirdDetection

Build the docker image

sh build/build.sh

Train

First adjust the 'DATA_DIR' in 'train.sh' to reflect your setup and set the image size and model in 'train.py'. Then start the training

sh train.sh

Export

In order to improve the performance of the inference on gpu you can export the model to TensorRT

sh export.sh

About

Code and scripts for detecting seabirds in footage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.1%
  • Dockerfile 9.1%
  • Shell 7.8%