sign
/

File size: 435 Bytes
8b1dd23
 
 
060bea0
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
---


# Sockeye SignWriting-to-Text

This is the best model from https://arxiv.org/abs/2309.11566

To run it:

1. Download the model
2. `pip install sockeye`
3. Create a source file with [tokenized SignWriting](https://github.com/sign-language-processing/signwriting/blob/main/signwriting/tokenizer/signwriting_tokenizer.py)
4. `python -m sockeye.translate -m MODEL_DIRECTORY --input INPUT_FILE --output OUTPUT_FILE`