From faf3d8abfc6f1f12e98e63d2de2bd1472dbe6fc8 Mon Sep 17 00:00:00 2001 From: Simon Guest Date: Sat, 30 Dec 2023 10:33:52 -0800 Subject: [PATCH] Update README.md Added screenshot --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1793297..63de476 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To launch MagicLens, browse to https://simonguest.github.io/magiclens. When the Then, drag blocks on to the workspace to build your program: -#### Screenshot +image To run the program, click the run button on the toolbar. Click the stop button to interrupt (e.g., if you have a for loop capturing frames from the webcam.) @@ -34,4 +34,4 @@ Use the "Load Example Workspace" dropdown to open example projects that demonstr **Clothes Color:** Runs an image segmenetation model to detect clothing and repaints them with a sparkly red background. -**Fish Tank:** A game that combines a pose detector and image segmentation where you need to "catch" the fish and snails swimming in the tank. \ No newline at end of file +**Fish Tank:** A game that combines a pose detector and image segmentation where you need to "catch" the fish and snails swimming in the tank.