Skip to content

neccam/text2gloss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Text2Gloss

This repo contains the models for the Text2Gloss proposed in "Sign Language Production using Neural Machine Translation and Generative Adversarial Networks (BMVC 2018)".

The models were trained using an earlier version of Luong et al.'s Neural Machine Translation Code.

Requirements

Inference Sample Usage

python -m nmt --out_dir=<your_model_dir> --inference_input_file=<input_video_paths.de> --inference_output_file=<predictions.gloss> --inference_ref_file=<ground_truth.gloss>

Reference

Please cite the paper below if you use this model in your research:

@inproceedings{stoll2018sign,
  author = {Stephanie Stoll and Necati Cihan Camgoz and Simon Hadfield and Richard Bowden},
  title = {Sign Language Production using Neural Machine Translation and Generative Adversarial Networks},
  booktitle = {British Machine Vision Conference (BMVC)},
  year = {2018}
}

Other Research:

Neural Sign Language Translation

Acknowledgement

This work was funded by the SNSF Sinergia project "Scalable Multimodal Sign Language Technology for Sign Language Learning and Assessment" (SMILE) grant agreement number CRSII2 160811 and the European Union’s Horizon2020 research and innovation programme under grant agreement no. 762021 (Content4All). This work reflects only the author’s view and the Commission is not responsible for any use that may be made of the information it contains. We would also like to thank NVIDIA Corporation for their GPU grant.

About

Text2Gloss Model from our BMVC 2018 paper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages