Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/agentmorris/noaa-fish

Data preparation and model training for the NOAA Puget Sound Nearshore Fish dataset
https://github.com/agentmorris/noaa-fish

Last synced: 15 days ago
JSON representation

Data preparation and model training for the NOAA Puget Sound Nearshore Fish dataset

Awesome Lists containing this project

README

        

## NOAA Puget Sound Nearshore Fish data curation code

### Overview

The code in this folder prepares data for the NOAA Puget Sound Nearshore Fish dataset on lila.science, and trains a preliminary detector.

Gratuitous image with ground truth and predicted bounding boxes, from the results on the validation locations:

### Files

#### prepare-noaa-fish-data-for-lila.py

Given the Excel file provided by NOAA, prepare data in COCO format for release on LILA.

#### prepare-noaa-fish-data-for-training.py

* Convert annotations from COCO format to YOLO format
* Split locations into train/val
* Train YOLOv5 (command-line instructions, not done programmatically)
* Validate and preview training results on train/val data