Amit Moryossef

Results 178 issues of 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

bug

### 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...

enhancement
signed-to-spoken

### 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...

enhancement
help wanted
tests

### 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...

enhancement
help wanted
spoken-to-signed

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...

enhancement
help wanted
spoken-to-signed

### Problem People without previous SignWriting experience have a hard time understanding SignWriting notation that looks like this: ![image](https://github.com/sign/translate/assets/5757359/148d490b-f968-4ba5-ac31-55b12e85f5b7) Even when paired with a video producing these signs. ### Description...

enhancement
signwriting
signed-to-spoken
spoken-to-signed

### 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...

bug
spoken-to-signed
mobile

### 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...

enhancement
signed-to-spoken
spoken-to-signed

## 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...