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)