From cdf97236a8a60445f7e074f1b4a637f4f706026f Mon Sep 17 00:00:00 2001 From: Lateefah Bello <2019cinnamon@gmail.com> Date: Thu, 19 May 2022 01:21:25 +0100 Subject: [PATCH] Update README.md --- lessons/4-ComputerVision/06-IntroCV/lab/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lessons/4-ComputerVision/06-IntroCV/lab/README.md b/lessons/4-ComputerVision/06-IntroCV/lab/README.md index a6c8959f..6cecb750 100644 --- a/lessons/4-ComputerVision/06-IntroCV/lab/README.md +++ b/lessons/4-ComputerVision/06-IntroCV/lab/README.md @@ -8,12 +8,11 @@ Consider [this video](palm-movement.mp4), in which a person's palm moves left/ri Palm Movement Frame -**Your goal** would be to use Optical Flow to determine, which parts of video contain up/down/left/right movements. +**Your goal** would be able to use Optical Flow to determine, which parts of video contain up/down/left/right movements. **Stretch goal** would be to actually track the palm/finger movement using skin tone, as described [in this blog post](https://dev.to/amarlearning/finger-detection-and-tracking-using-opencv-and-python-586m) or [here](http://www.benmeline.com/finger-tracking-with-opencv-and-python/). - -## Stating Notebook +## Starting Notebook Start the lab by opening [MovementDetection.ipynb](MovementDetection.ipynb)