Amit Moryossef

Results 203 comments of Amit Moryossef
trafficstars

In my opinion, you should start from the `spacylemma` implementation, and only when everything works for you consider adding grammar manipulations (`rules`) There are many resources on grammar - https://en.wikipedia.org/wiki/American_Sign_Language_grammar...

Unfortunately, there is no license-permissive ASL lexicon that I am aware of. If you are familiar with one, please let us know and we could try to add it. For...

(WLASL has 2000 signs, MSASL has 1000, and PopSign has 250)

@bipinkrish would you like to contribute your code for WLASL for the `download_lexicon`?

Some notes: 1. The system mainly fails here on numbers (1830), and named entities (Karl Friedrich Schinkel) (which with some modifications, it could spell out). 2. It also did not...

To illustrate how big of a problem this is, here are four translations for `KLEIN' https://signsuisse.sgb-fss.ch/fileadmin/signsuisse_ressources/videos/EB019CAA-D768-D07E-571E219A5F6AA5AB.mp4 https://signsuisse.sgb-fss.ch/fileadmin/signsuisse_ressources/videos/FC9A32C5-C1B1-9B67-BB8C75F7039B568D.mp4 https://signsuisse.sgb-fss.ch/fileadmin/signsuisse_ressources/videos/79B5C9E9-FFBD-7DD2-D579FB9D6E5BC384.mp4 https://signsuisse.sgb-fss.ch/fileadmin/signsuisse_ressources/videos/2171343E-AEF1-76DD-E213221C22CB0261.mp4 And it is unclear how to choose.

Languages available on https://sign.mt do not reflect this repository. The only dataset currently available in this repository is `signsuisse`. If you would like to support more languages, you need to...

We have a paper describing the flow: https://arxiv.org/pdf/2305.17714.pdf As for your question, we do search by words at first, but in reality, words are conjugated into different forms, in german...

Use MediaPipe holistic easiest way imo is ```bash pip install git+https://github.com/sign-language-processing/transcription pip install mediapipe video_to_pose -i sign.mp4 --format mediapipe -o sign.pose ```