Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 684 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 684 Bytes

Gesture Action Recognition

Fine-tune the pretrained CNN models (AlexNet, VGG, ResNet) followed by LSTM. This network is applied on gesture controlled drone.

Training:

python basic_lstm.py ../data

Testing:

  • Run the online testing code using webcam with specified model:
cd testing
python lstm_test.py ../weights/model_best_865.pth.tar 

Dependencies:

  • pyTorch-0.3.xx
  • Opencv-3.3.1
  • PIL-5.0.0
  • Numpy-1.13.1