Skip to content

Commit

Permalink
bioimageio StarDist_2D freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
esgomezm authored May 28, 2024
1 parent 2d30022 commit 3247c3f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Colab_notebooks/StarDist_2D_ZeroCostDL4Mic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,10 @@
"!pip install -q csbdeep\n",
"\n",
"# Package for working with STARDIST, a method for object detection and segmentation in images\n",
"!pip install -q stardist\n",
"\n",
"# The [bioimageio] extras are installed for bioimageio model support\n",
"!pip install -q 'stardist[bioimageio]'\n",
"!pip install 'bioimageio.core>=0.5,<0.6'\n",
"\n",
"# Package for improving STARDIST performance using GPU acceleration\n",
"!pip install -q gputools\n",
Expand Down Expand Up @@ -250,7 +252,7 @@
"source": [
"from __future__ import print_function, unicode_literals, absolute_import, division\n",
"#@markdown ##Load key dependencies\n",
"Notebook_version = '1.19.2'\n",
"Notebook_version = '1.19.3'\n",
"Network = 'StarDist 2D'\n",
"\n",
"from builtins import any as b_any\n",
Expand Down Expand Up @@ -2426,6 +2428,10 @@
"source": [
"# **7. Version log**\n",
"---\n",
"<font size = 4>**v1.19.3**: \n",
"\n",
"* freezing bioimageio dependency\n",
"\n",
"<font size = 4>**v1.19.2**: \n",
"\n",
"* Pathing bug fixes\n",
Expand Down

0 comments on commit 3247c3f

Please sign in to comment.