Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 450 Bytes

Gesture Recognition

Gesture recognition from egocentric view.

Demo

demo

Structure

  • Handtracking (from victordibia)
  • Gesture estimation (using traditional image processing methods)

Requirements

  • python 3.5.6
  • major packages:
    • numpy
    • opencv-python
    • tensorflow
    • multiprocessing (built in)