Skip to content

Commit

Permalink
Merge pull request #29 from HakaiInstitute/release/0.3.0
Browse files Browse the repository at this point in the history
Release 0.3.0
  • Loading branch information
tayden authored Aug 17, 2022
2 parents e2f348a + 5858ef0 commit 58f2f21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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')
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

PACKAGE_NAME = 'hakai-segmentation'
VERSION = '0.2.2'
VERSION = '0.3.0rc1'

packages = [
'hakai_segmentation',
Expand All @@ -15,7 +15,7 @@
}

install_requires = [
'fire~=0.4',
'typer~=0.4',
'numpy~=1.16',
'torch~=1.10',
'rasterio~=1.2',
Expand Down

0 comments on commit 58f2f21

Please sign in to comment.