Skip to content

Commit 63977be

Browse files
authored
Update model weights url (#23)
1 parent c7a2dcc commit 63977be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

hpacellseg/constants.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"""Shared constants for the HPA Cell Segmentation package."""
22

33
NUCLEI_MODEL_URL = (
4-
"https://kth.box.com/shared/static/l8z58wxkww9nn9syx9z90sclaga01mad.pth"
4+
"https://zenodo.org/record/4665863/files/dpn_unet_nuclei_v1.pth"
55
)
66

77
MULTI_CHANNEL_CELL_MODEL_URL = (
8-
"https://kth.box.com/shared/static/hl2vuyi1lugywk6fr0drdz48w90gniyv.pth"
8+
"https://zenodo.org/record/4665863/files/dpn_unet_cell_3ch_v1.pth"
99
)
1010

1111
TWO_CHANNEL_CELL_MODEL_URL = (
12-
"https://kth.box.com/shared/static/he8kbtpqdzm9xiznaospm15w4oqxp40f.pth"
12+
"https://zenodo.org/record/4665863/files/dpn_unet_cell_v2.pth"
1313
)

0 commit comments

Comments
 (0)