Skip to content

Commit

Permalink
change data path
Browse files Browse the repository at this point in the history
  • Loading branch information
esgomezm committed May 10, 2024
1 parent bc96a03 commit f720d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions notebooks/.ipynb_checkpoints/KaibuInterface-checkpoint.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"id": "69ebb748-9189-4443-a427-913d3a5ee6ce",
"metadata": {},
"outputs": [
Expand All @@ -22,7 +22,7 @@
"from tifffile import imread, imsave\n",
"from kaibu_utils import fetch_image, features_to_mask\n",
"\n",
"path2data = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/BT474_Phase\"\n",
"path2data = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/u2os-leica-collective-cropped\"\n",
"outpath = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/kaibu_output\"\n",
"os.makedirs(outpath, exist_ok=True)\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/KaibuInterface.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"from tifffile import imread, imsave\n",
"from kaibu_utils import fetch_image, features_to_mask\n",
"\n",
"path2data = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/BT474_Phase\"\n",
"path2data = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/u2os-leica-collective-cropped\"\n",
"outpath = \"/Users/esti/Documents/PROYECTOS/BIOIMAGEIO/bioimageio-colab/data/kaibu_output\"\n",
"os.makedirs(outpath, exist_ok=True)\n",
"\n",
Expand Down

0 comments on commit f720d74

Please sign in to comment.