Skip to content

axiom-data-science/coral-spawning-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coral Spawning Detector

This repo is a collection of models, applications, and configurations used to create an automated coral spawning detection and alerting system in collaboration with the Florida Fish and Wildlife Conservation Commission and The Florida Aquarium.

System Components

The implemented system is designed to ingest video data streams from networked cameras, apply a spawning detection model to the stream to identify when coral are spawning, provide alerts to registered users if a spawning event is detected, and gather statistics about all spawning events.

The system was built on open source software and all components of the system are pubicaly available to assist in reuse by other entities.

Video Ingestion

The video ingestion system includes components to save entire video streams to storage, persist a subset of frames to storage, and make API requests to other services. A minimal configuration for ingestion of networked cameras and examples are available in the FWC Camera Ingest repo.

Spawning Detection Model

The spawning detection model is an off the shelf ResNet34 implemented in fastai and trained on spawning coral video samples provided to us by The Florida Aquarium. The model is packaged as a BentoML service and is available as a Docker image.

Log Parsing and Alerting

The logs and Prometheus metrics from the detection model are parsed for spawning events and calculations are made about the duration of such events. The results from these calculations are ingested into Graphana which is configured to to send alerts to an email list when a spawning event occurs.

About

A model service trained to detect spawning coral in aquaria.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published