deer-dslab / sign-language-recognition

0 stars 3 forks source link

sign-language-recognition

Database

Downloaded from American Sign Language Lexicon Video Dataset (ASLLVD)

Use only few videos bellow for I/O test.

Steps

  1. Split videos into images by FFmpeg.
  2. Generate label.txt for each videos by using csv2txt.py. The CSV file can be downloaded from the database.
  3. By using setup.py and label.txt, separate images into each label dir.
  4. Extract features by using extractor.py. Extracted features are in /dataset/results
  5. Run lstm.py

Reference

Source code in /reference dir is from aidiary/keras-examples: Kerasのサンプルプログラム.