Skip to content

siqinli/GestureRecognition-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Action recognition network -- CNN + LSTM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages