Step to run the code
- Set the directory in each code, then run the program in the order as below.
- LoadData.py has function to copy video dataset from WLASL dataset into target folder
- ExtractTheKeypoint.py uses to extract the keypoint from video dataset, write on csv the video name, total extracted frames and the action labels
- LoadExtractedKeypoint.py has function to load the data and save into .npy
- Run the classification algorithm such as Sign_language_GRUDropout.py, Sign_language_BiGRUDropout.py, ReservoirRewriteMulti_withoutOptunaEdit.py, etc
It can be accessed on https://dxli94.github.io/WLASL/