We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a2dcc commit 63977beCopy full SHA for 63977be
1 file changed
hpacellseg/constants.py
@@ -1,13 +1,13 @@
1
"""Shared constants for the HPA Cell Segmentation package."""
2
3
NUCLEI_MODEL_URL = (
4
- "https://kth.box.com/shared/static/l8z58wxkww9nn9syx9z90sclaga01mad.pth"
+ "https://zenodo.org/record/4665863/files/dpn_unet_nuclei_v1.pth"
5
)
6
7
MULTI_CHANNEL_CELL_MODEL_URL = (
8
- "https://kth.box.com/shared/static/hl2vuyi1lugywk6fr0drdz48w90gniyv.pth"
+ "https://zenodo.org/record/4665863/files/dpn_unet_cell_3ch_v1.pth"
9
10
11
TWO_CHANNEL_CELL_MODEL_URL = (
12
- "https://kth.box.com/shared/static/he8kbtpqdzm9xiznaospm15w4oqxp40f.pth"
+ "https://zenodo.org/record/4665863/files/dpn_unet_cell_v2.pth"
13
0 commit comments