spoken-to-signed-translation icon indicating copy to clipboard operation
spoken-to-signed-translation copied to clipboard

No lexicons for ASL 😅

Open infinitus11 opened this issue 2 years ago • 16 comments
trafficstars

I was looking into this repo and wanted to integrate this repo code with my school project, It would be great if you could provide the lexicons for ASL as well.

infinitus11 avatar Jul 06 '23 20:07 infinitus11

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 your school project, if you would like to use a licensed lexicon, you could do that at your own risk. What you must add is a loading function in this file, and then the rest would work normally.

AmitMY avatar Jul 07 '23 09:07 AmitMY

Unfortunately, there is no license-permissive ASL lexicon that I am aware of.

What about this one

https://github.com/sign/translate/issues/135

bipinkrish avatar Feb 08 '24 06:02 bipinkrish

ASL-Lex won't work, not allowed to download the videos.

MSASL or WLASL maybe?

cleong110 avatar Jun 11 '24 21:06 cleong110

https://dxli94.github.io/WLASL/

cleong110 avatar Jun 11 '24 21:06 cleong110

https://www.microsoft.com/en-us/research/project/ms-asl/

cleong110 avatar Jun 11 '24 21:06 cleong110

https://www.kaggle.com/competitions/asl-signs PopSign ASL might also work

cleong110 avatar Jun 11 '24 21:06 cleong110

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

AmitMY avatar Jun 12 '24 07:06 AmitMY

Yes, I ended up using WLASL in @SignBridgeApp

bipinkrish avatar Jun 12 '24 07:06 bipinkrish

Yes, I ended up using WLASL in @SignBridgeApp

hi I am wondering how do you adopt WLASL into download_lexicon?

FrogInDizzy avatar Jun 18 '24 21:06 FrogInDizzy

hi I am wondering how do you adopt WLASL into download_lexicon?

You can check dummy_lexicon folder there, to get the structure to use

bipinkrish avatar Jun 19 '24 01:06 bipinkrish

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

AmitMY avatar Jun 19 '24 05:06 AmitMY

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

I could, but for 2,000 words it has 12,000 videos so for each word there are 5-7 video sample. I manually selected the best ones but through code i could just select the first one.

bipinkrish avatar Jun 19 '24 07:06 bipinkrish

Hi I'm also currently in the process of selecting WLASL videos from https://www.kaggle.com/datasets/risangbaskoro/wlasl-processed. Do you have any specific criteria for video selection? Additionally, would you be able to share the videos you've already selected?

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

I could, but for 2,000 words it has 12,000 videos so for each word there are 5-7 video sample. I manually selected the best ones but through code i could just select the first one.

FrogInDizzy avatar Jun 21 '24 21:06 FrogInDizzy

Hi I'm also currently in the process of selecting WLASL videos from https://www.kaggle.com/datasets/risangbaskoro/wlasl-processed. Do you have any specific criteria for video selection? Additionally, would you be able to share the videos you've already selected?

As I said I have done this manually. You can get my selections from the below file

https://github.com/SignBridgeApp/models/blob/main/selection/selected.json

bipinkrish avatar Jun 22 '24 03:06 bipinkrish

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

I could, but for 2,000 words it has 12,000 videos so for each word there are 5-7 video sample. I manually selected the best ones but through code i could just select the first one.

@AmitMY Do you have any suggestions?

bipinkrish avatar Jun 23 '24 06:06 bipinkrish

Hi I'm also currently in the process of selecting WLASL videos from https://www.kaggle.com/datasets/risangbaskoro/wlasl-processed. Do you have any specific criteria for video selection? Additionally, would you be able to share the videos you've already selected?

As I said I have done this manually. You can get my selections from the below file

https://github.com/SignBridgeApp/models/blob/main/selection/selected.json

Thanks for sharing!

FrogInDizzy avatar Jun 24 '24 21:06 FrogInDizzy