Skip to content

We investigate different methods to train sign segmentation models for Indian Sign Language.

Notifications You must be signed in to change notification settings

arqamrp/sign-segmentation-isl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sign Segmentation for ISL

ISL is the variety of sign language used most commonly in India. It is an independent language with its own grammar, syntax and vocabulary. It is not a mapping of a spoken language like Hindi. There are at least 6 million users of ISL, and it is one of the most used sign languages in the world. Despite this, there are very few resources for automated processing of ISL.

In this project, we investigate different methods to train models for segmenting signs in Indian Sign Language.

Data

For the training set, we used YouTube videos from Deaf Enabled Foundation, which releases daily videos on “Word of the Day” , which also include continuously signed sentences describing the meaning of the chosen word. We scraped 722 videos in total.The links to our dataset are given in /train_data/readme.MD.
Deaf Enabled Foundation YouTube Channel: https://www.youtube.com/@deafenabledfoundation1117.

For the test set, we used the ISL CSLTR Dataset, which contains multiple videos of 100 sentences in ISL. We annotated two videos for each sentence manually using VIA Annotation Tool. The annotated dataset is available in /test_data/VIA_annotations.csv.

ISL CSLTR Dataset: https://data.mendeley.com/datasets/kcmpdxky7p/1

VIA Annotation Tool: https://www.robots.ox.ac.uk/~vgg/software/via/

Model

We used the TCN + i3D model, and trained it on ISL data using Pseudolabelling and Changepoints. The details of the models are given in the following research papers:

The models are stored in /models/mstcn_ISL_CMPL.zip and the Jupyter Notebooks for our code are stored in /notebooks

About

We investigate different methods to train sign segmentation models for Indian Sign Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •