-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancing Pipeline with Vietnamese Language Support #38
Comments
the error is because we don't support this language, since we did not test it. if you want to add it, you need to add it https://github.com/sign-language-processing/spoken-to-signed-translation/blob/main/spoken_to_signed/bin.py#L65 Also, check out your paths: |
Thanks @AmitMY , After fixing many errors, I got stuck at the step (as shown below). I went to the lookup_sequence error function, so I wanted to ask.
|
Hi @AmitMY , |
Hey there. I recently broke both hands so I'll be a lot slower to reply. When you reinstall, it should install with your changes unless you're in the wrong directory. |
Hi @AmitMY
Continuing the problem from previous issues and PRs,
After I can create a dummy lexicon and get a csv file like the image below
I have pip install all . and run the command
text_to_gloss_to_pose --text "Xin Chao." --glosser "simple" --lexicon "spoken-to-signed-translation/assets/vn_sign" --spoken-language "vi" --signed-language "vn_sign" --pose "quick_test.pose"
and get the error, am I getting an error that does not support any vietnamese language
Thank you for your enthusiastic support @AmitMY
The text was updated successfully, but these errors were encountered: