-
Notifications
You must be signed in to change notification settings - Fork 0
Look through "Awesome Sign Language", etc and add missing items #2
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
Comments
Also, here's a few things I learned from sign-language-processing#37, starting a checklist:
PR:
Writing/style:
|
ChatGPT 4o Prompting Procedure:If I have access that day, I:
Let's build our prompt:
|
Additional Checklist for datasets: When adding a dataset, follow the following steps. This pull request provides an example:
Schema: {
"pub": {
"name": string, # this gets used as the name of the dataset, e.g. "WLASL"
"year": integer or null,
"publication":string or null, # this matches a key in references.bib, e.g. "dataset:joshiISLTranslateDatasetTranslating2023"
"url": string or null # URL to access it. e.g. "https://www.sign-lang.uni-hamburg.de/dgs-korpus/index.php/welcome.html"
},
"#loader": string or null, # the key you would use in the sign language datasets library. e.g. "dgs_corpus". Website will auto-link
"#items": integer or null, # this is the number of unique signs in the column
"#samples": string or null, # e.g. "1100 videos" or "8,257 Sentences"
"#signers": integer or string or null, # number of unique signers
"features": array of strings, ["feature1","feature2"], # I've seen things like "mouthing", "video:RGB", "pose:Kinect", "pose:OpenPose","text:Polish", "gloss:ASL", "writing:HamNoSys", etc.
"language": string, # the Sign language or languages, e.g. "American" for American Sign Language (ASL)
"license": string or null,
"licenseUrl": string or null
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sources
I'm just going to go in reverse order chronologically looking for papers 2022 and after
Things to add
Datasets
Sign-Spotting/Corpus-Building
PreTraining/Representation learning
Hmmm it seems that research.sign.mt actually doesn't have many from the past few years
Misc:
Sign Language Translation
Continuous Sign Language Recognition
Sign language retrieval
Sign language production
Text to Gloss
Isolated sign language recognition
The text was updated successfully, but these errors were encountered: