Skip to content

Commit

Permalink
Merge pull request #28 from HakaiInstitute/mussels-update
Browse files Browse the repository at this point in the history
Update mussel detection
  • Loading branch information
tayden authored Aug 16, 2022
2 parents bccbe54 + 72202a4 commit 4c8e30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion hakai_segmentation/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
lraspp_kelp_presence_torchscript_path = resource_filename(
__name__, 'LRASPP_MobileNetV3_kelp_presence_jit.pt')
lraspp_mussel_presence_torchscript_path = resource_filename(
__name__, 'LRASPP_MobileNetV3_mussel_presence_jit.pt')
__name__, 'LRASPP_MobileNetV3_mussel_presence_jit_v2.pt')
lraspp_kelp_species_torchscript_path = resource_filename(
__name__, 'LRASPP_MobileNetV3_kelp_species_jit.pt')

0 comments on commit 4c8e30c

Please sign in to comment.