File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1010
1111setuptools .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." ,
You can’t perform that action at this time.
0 commit comments