-
-
Notifications
You must be signed in to change notification settings - Fork 85
Signed to Spoken
Amit Moryossef edited this page May 6, 2024
·
11 revisions
flowchart TD
A0[Upload Sign Language Video] --> A3[Video]
A1[Camera Sign Language Video] --> A3
A3 --> B(Pose Estimation)
B --> C(<a href='https://github.com/sign-language-processing/segmentation'>Segmentation</a>)
C & B --> D(<a href='https://github.com/sign-language-processing/transcription'>SignWriting Transcription</a>)
A2[Language Selector] --> E(<a href='https://github.com/sign-language-processing/signbank-plus'>Spoken Language Text</a>)
D --> E
E --> F(Spoken Language Audio)
E --> G(<a href='https://github.com/sign/translate/issues/19'>Share Translation</a>)
C -.-> H(Sign Image)
linkStyle 1,2 stroke:orange;
linkStyle 4,5,6 stroke:lightgreen;
linkStyle 3,5,7,10 stroke:red;
linkStyle 0,8,9 stroke:green;
- Camera / File upload video inputs
- SignWriting hand shape and orientation estimation
- SignWriting facial features estimation
- Signed Language identification (Detect Language)
- Segmentation
- Tokenization - TODO CREATE ISSUE
- SignWriting to spoken language translation
- Text-to-speech
- Copy / share translation