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 23, 2024
1 parent bab4a45 commit c3a1fe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercise.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "49ef91a1",
"metadata": {},
"source": [
"# Exercise 05: Instance Segmentation\n",
"# Exercise 05: Instance Segmentation :)\n",
"\n",
"So far, we were only interested in `semantic` classes, e.g. foreground / background etc.\n",
"But in many cases we not only want to know if a certain pixel belongs to a specific class, but also to which unique object (i.e. the task of `instance segmentation`).\n",
Expand Down
2 changes: 1 addition & 1 deletion solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "a0704003",
"metadata": {},
"source": [
"# Exercise 05: Instance Segmentation\n",
"# Exercise 05: Instance Segmentation :)\n",
"\n",
"So far, we were only interested in `semantic` classes, e.g. foreground / background etc.\n",
"But in many cases we not only want to know if a certain pixel belongs to a specific class, but also to which unique object (i.e. the task of `instance segmentation`).\n",
Expand Down

0 comments on commit c3a1fe0

Please sign in to comment.