Skip to content

Commit

Permalink
Commit from GitHub Actions (Build Notebooks)
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Aug 21, 2024
1 parent 54e143d commit f9f8ea1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
21 changes: 13 additions & 8 deletions exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,7 @@
{
"cell_type": "markdown",
"id": "0d2923bc",
"metadata": {
"lines_to_next_cell": 0
},
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-success\">\n",
"<h2> Checkpoint 1 </h2>\n",
Expand Down Expand Up @@ -736,10 +734,10 @@
"threshold = ...\n",
"\n",
"# Get inner mask\n",
"inner_mask = get_inner_mask(pred, threshold=threshold)\n",
"inner_mask = get_inner_mask(...)\n",
"\n",
"# Get the segmentation\n",
"seg = watershed_from_boundary_distance(pred, inner_mask, min_seed_distance=20)"
"seg = watershed_from_boundary_distance(...)"
]
},
{
Expand Down Expand Up @@ -1366,16 +1364,23 @@
{
"cell_type": "markdown",
"id": "8ad1901f",
"metadata": {
"lines_to_next_cell": 0
},
"metadata": {},
"source": [
"<hr style=\"height:2px;\">\n",
"\n",
"## Bonus: Further reading on Affinities\n",
"[Here](https://localshapedescriptors.github.io/) is a blog post describing the Local Shape Descriptor method of instance segmentation.\n"
]
},
{
"cell_type": "markdown",
"id": "44f53870",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-success\">\n",
"<h2> Checkpoint 3 </h2>"
]
},
{
"cell_type": "markdown",
"id": "5c861567",
Expand Down
17 changes: 11 additions & 6 deletions solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,7 @@
{
"cell_type": "markdown",
"id": "756a7002",
"metadata": {
"lines_to_next_cell": 0
},
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-success\">\n",
"<h2> Checkpoint 1 </h2>\n",
Expand Down Expand Up @@ -1421,16 +1419,23 @@
{
"cell_type": "markdown",
"id": "c78560d7",
"metadata": {
"lines_to_next_cell": 0
},
"metadata": {},
"source": [
"<hr style=\"height:2px;\">\n",
"\n",
"## Bonus: Further reading on Affinities\n",
"[Here](https://localshapedescriptors.github.io/) is a blog post describing the Local Shape Descriptor method of instance segmentation.\n"
]
},
{
"cell_type": "markdown",
"id": "8b3fd165",
"metadata": {},
"source": [
"<div class=\"alert alert-block alert-success\">\n",
"<h2> Checkpoint 3 </h2>"
]
},
{
"cell_type": "markdown",
"id": "64c2fb7f",
Expand Down

0 comments on commit f9f8ea1

Please sign in to comment.