From 02e0ab281d17f593fcd71020cf2b59dc61803e70 Mon Sep 17 00:00:00 2001 From: William Patton Date: Fri, 23 Aug 2024 11:18:55 -0400 Subject: [PATCH] add smiley face --- solution.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution.py b/solution.py index ce463c1..eccc564 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`).