Amit Moryossef
Amit Moryossef
### Current Behavior When opening the app with `pt-PT`, it shows English https://github.com/sign/translate/blob/master/android/fastlane/metadata/android/pt-PT/title.txt ### Expected Behavior Portuguese (`pt-pt`) should be shown ### Steps To Reproduce https://sign.mt/?lang=pt-PT
### Problem Given a pose sequence, we would like to perform two types of segmentation. Sentence segmentation - every sentence should be then translated independently. Sign segmentation - every sign...
### Problem Currently, there are no tests for downloading a file from a remote host to be stored on the device by the `assets` service. ### Description There should be...
### Problem Our interface currently only allows for single turn translation, where for example a user can input text, then we perform the translation of the entire text. ### Description...
Hello, I have the similar question. I want to translate from Korean Nature Language to Korean Sign Language (KSL) or vice versa. But I found there's no translation to KSL....
### Problem Our 3D avatar control can currently only control Mixamo avatars, and does so very poorly. Controlling more general avatars (especially with faces) is necessary. ### Description We should...
### Problem People without previous SignWriting experience have a hard time understanding SignWriting notation that looks like this:  Even when paired with a video producing these signs. ### Description...
### Current Behavior The iOS keyboard uses a spring animation, that we are trying to approximate using a bezier: https://github.com/sign/translate/blob/7a8f358780318251ac681853eef46204f0e933e6/src/app/directives/keyboard-flying.directive.ts#L34 ### Expected Behavior Best solution would be to use a...
### Problem When no internet connection, things like the app-signwriting keep on "loading". ### Description If there is a local model, we shouldn't do anything, but if there isn't we...
## Fixes Relates to #58 ## Description Since GPUs are highly parallelizable, could we perform inference on multiple frames at once instead of one-by-one? Yes, we can! However, it does...