The author of this repository is not affiliated with the CoralSCOP team or Reef Support.
This model adapts the ViT-B backbone from CoralSCOP for binary coral mask segmentation in controlled, frontal tile imagery.
The goal is to enable automated coral size measurement and growth monitoring workflows.
Performance outside controlled frontal tile imagery is not validated.
1import torch
2
3model = torch.load("vit_b_coral-frontal-mask.pth")
4model.eval()