Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
|
5 |
+
|
6 |
+
# Sockeye SignWriting-to-Text
|
7 |
+
|
8 |
+
This is the best model from https://arxiv.org/abs/2309.11566
|
9 |
+
|
10 |
+
To run it:
|
11 |
+
|
12 |
+
1. Download the model
|
13 |
+
2. `pip install sockeye`
|
14 |
+
3. Create a source file with [tokenized SignWriting](https://github.com/sign-language-processing/signwriting/blob/main/signwriting/tokenizer/signwriting_tokenizer.py)
|
15 |
+
4. `python -m sockeye.translate -m MODEL_DIRECTORY --input INPUT_FILE --output OUTPUT_FILE`
|
16 |
+
|