CoralNet-Toolbox

A big thanks to the researchers at the research arm of the Seattle Aquarium for providing this guide.

@misc{williams2025,
  author = {Williams, Megan},
  title = {SOP to train a classification model in Toolbox},
  institution = {Seattle Aquarium},
  date = {2025-04-04}
}

SOP to train a classification model in Toolbox

The following steps are required to create a training dataset, train a classification model using Ultralytics YOLO in Toolbox, and apply the model to make predictions.

1. Toolbox installation and setup

2. Prepare training and testing images

3. Load labelset

4. Import and annotate training images

5. Export classification dataset

6. Train classification model

7. Load and deploy model

8. Test the model on new images

9. Run predictions

10. Review and correct predictions

11. Export and improve dataset

12. Improve existing model