/DPS920-Hand-Tracking

Hand Tracking Project for DPS920 course

Primary LanguagePython

Hand Movement Tracking with OpenCV

This file includes the instructions on how to run this project. The full project report can be found in the report.md file

Dependencies

Set Up

Fork and clone this project:

git clone ...

If you already have socv environment set up with anaconda, just activate the environment:

conda activate socv

If not, you can install the dependencies individually to set up the environment

Running The Program

To run the program, you must have a live video feed (webcam or camera) When you have everything set up, run the following command for each method:

  • The segmentation method:
    python contour.py
  • The dense optical flow method:
    python optical-flow.py