Skip to content

tsaith/handpose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handpose: A Library designed for hand tracking.

Main packages used.

  • Numpy
  • Scipy
  • Scikit-learn
  • PyTorch
  • OpenCV
  • Matplotlib
  • PyQt5
  • Cython

Compile the module of sensor fusion.

We need to compile the this module with cython before execution.

cd handpose/handpose/sensor_fusion/madgwick
python setup.py build_ext --inplace