/Neural-Sign-Language-Translation

This repo contains the training and evalution code of Sign2Text setup for translation sign langauge videos to spoken language sentences. This code is based on Camgoz et al. Neural Sign Language Translation.

Primary LanguagePython

1- BuildTextDecoderInputs : build text inputs for decoder (i)
2 - BuildEncoderInputs : build feature vector wtih VGG16 (i)
3 - pad_seq_frames : build matrix of video frame et pad them (each matrix represent a unique video)
4-