Skip to content

Commit ed4a109

Browse files
Update example notebook with correct website url
1 parent 3364875 commit ed4a109

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

example/bioimageio-core-usage.ipynb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@
7373
"# the url of the yaml file containing the model resource description\n",
7474
"rdf_url = \"https://zenodo.org/record/6287342/files/rdf.yaml\"\n",
7575
"\n",
76-
"# FIXME the model currently does not show up on the website\n",
7776
"# filepath to the downloaded model (either zipped package or yaml)\n",
78-
"# (go to https://bioimage.io/#/?id=10.5072%2Fzenodo.881940, select the download icon and select \"ilastik\")\n",
79-
"rdf_path = \"/home/pape/Downloads/dsb-nuclei-boundarymodelnew_pytorch_state_dict.zip\""
77+
"# to download it from the website:\n",
78+
"# - go to https://bioimage.io/#/?id=10.5281%2Fzenodo.5764892%2F5764893\n",
79+
"# - click the download icon\n",
80+
"# - select \"ilastik\" weight format\n",
81+
"rdf_path = \"/home/pape/Downloads/nuclei-segmentation-boundarymodel_pytorch_state_dict.zip\""
8082
]
8183
},
8284
{

0 commit comments

Comments
 (0)