Skip to content

Commit

Permalink
Update kelp species model for RGB imagery
Browse files Browse the repository at this point in the history
  • Loading branch information
tayden committed Jul 23, 2024
1 parent b414e94 commit 0588bab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kelp_o_matic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ class KelpRGBSpeciesSegmentationModel(_SpeciesSegmentationModel):
register_depth = 3
all_black_val = 0

torchscript_path = "LRASPP_MobileNetV3_kelp_species_rgb_jit_miou=0.9634.pt"
torchscript_path = (
"UNetPlusPlus_EfficientNetV2_m_kelp_species_rgb_jit_dice=0.9881.pt"
)
presence_model_class = KelpRGBPresenceSegmentationModel

def post_process(self, x: "torch.Tensor") -> "np.ndarray":
Expand Down

0 comments on commit 0588bab

Please sign in to comment.