sign-language-processing / signwriting

Utilities for SignWriting
MIT License
6 stars 1 forks source link

IPA to SignWriting #8

Closed AmitMY closed 1 month ago

AmitMY commented 3 months ago

For the creation of a lip-reading dataset in SignWriting, we need to map IPA symbols to SignWriting.

The project will go like this:

  1. Collect sign language videos with a known language (e.g. English) and a word / phrase
  2. Check if the word was mouthed during signing (perhaps use models from https://www.robots.ox.ac.uk/~vgg/data/lip_reading/)
  3. If so, translate from the spoken language to IPA (can be erroneous, people vary in pronunciation)
  4. Automatically generate the mouthing in SignWriting, for model training

image image

image https://www.signwriting.org/archive/docs7/sw0617_Cross_Linguistic_Guide_SignWriting_Parkhurst.pdf

Mapping: https://www.signwriting.org/archive/docs2/sw0124-DE-Mundbildschrift.pdf

AmitMY commented 3 months ago

Started here https://github.com/sign-language-processing/signwriting/tree/main/signwriting/mouthing

AmitMY commented 2 months ago

Good datasets to process that are not currently available:

Good dataset in German that is available:

AmitMY commented 1 month ago

Done!