Skip to content

Commit 2eab6a0

Browse files
committed
updated tags
1 parent 5f1a61a commit 2eab6a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

endoscopy/utils/loader.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ class MODEL(object):
88
URLs to models are to include a 'cpu' or 'cuda' tag, respectively.
99
"""
1010
class HOMOGRAPHY_ESTIMATION_ENUM(Enum):
11-
RESNET_34 = "https://github.com/RViMLab/endoscopy/releases/download/0.0.1/h_est_resnet_34_{}.pt"
11+
RESNET_34 = "https://github.com/RViMLab/endoscopy/releases/download/0.1.1/h_est_resnet_34_{}.pt"
1212

1313
class SEGMENTATION_ENUM(Enum):
14-
UNET_RESNET_34 = "https://github.com/RViMLab/endoscopy/releases/download/0.0.1/seg_unet_resnet_34_{}.pt"
15-
UNET_RESNET_34_TINY = "https://github.com/RViMLab/endoscopy/releases/download/0.0.1/seg_unet_resnet_34_{}_tiny.pt"
14+
UNET_RESNET_34 = "https://github.com/RViMLab/endoscopy/releases/download/0.1.1/seg_unet_resnet_34_{}.pt"
15+
UNET_RESNET_34_TINY = "https://github.com/RViMLab/endoscopy/releases/download/0.1.1/seg_unet_resnet_34_{}_tiny.pt"
1616

1717
HOMOGRAPHY_ESTIMATION = HOMOGRAPHY_ESTIMATION_ENUM
1818
SEGMENTATION = SEGMENTATION_ENUM

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="endoscopy",
13-
version="0.0.14",
13+
version="0.1.1",
1414
author="Martin Huber",
1515
author_email="martin.huber@kcl.ac.uk",
1616
description="Image processing utilities for endoscopic images.",

0 commit comments

Comments
 (0)