From 3ba034a17cc6855c317c4ce679ade54080b59cf8 Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 23 Aug 2024 11:24:20 -0400 Subject: [PATCH] remove smiley face --- solution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution.py b/solution.py index eccc564..ce463c1 100644 --- a/solution.py +++ b/solution.py @@ -1,5 +1,5 @@ # %% [markdown] -# # Exercise 05: Instance Segmentation :) +# # Exercise 05: Instance Segmentation # # So far, we were only interested in `semantic` classes, e.g. foreground / background etc. # 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`).