Skip to content

Commit

Permalink
update watershed notebooks to set erosion_width = 1
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Aug 12, 2019
1 parent 2202825 commit 4564044
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"# Transformation settings\n",
"transform = 'watershed'\n",
"distance_bins = 4\n",
"erosion_width = 0 # erode edges"
"erosion_width = 1 # erode edges, improves segmentation when cells are close"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
"# Transformation settings\n",
"transform = 'watershed'\n",
"distance_bins = 4 # number of distance \"classes\"\n",
"erosion_width = 0 # erode edges"
"erosion_width = 1 # erode edges, improves segmentation when cells are close"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"# Transformation settings\n",
"transform = 'watershed'\n",
"distance_bins = 4 # number of distance classes\n",
"erosion_width = 0 # erode edges\n",
"erosion_width = 1 # erode edges, improves segmentation when cells are close\n",
"\n",
"# 3D Settings\n",
"frames_per_batch = 3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"# Transformation settings\n",
"transform = 'watershed'\n",
"distance_bins = 4 # number of distance classes\n",
"erosion_width = 0 # erode edges\n",
"erosion_width = 1 # erode edges, improves segmentation when cells are close\n",
"\n",
"# 3D Settings\n",
"frames_per_batch = 3\n",
Expand Down

0 comments on commit 4564044

Please sign in to comment.