Skip to content
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

Annotator Model #15

Open
AmitMY opened this issue Dec 26, 2024 · 0 comments
Open

Annotator Model #15

AmitMY opened this issue Dec 26, 2024 · 0 comments

Comments

@AmitMY
Copy link
Contributor

AmitMY commented Dec 26, 2024

Our end goal with this project is to transcribe long videos.
However, since we don't have long videos to train on, we can resort to creating an annotator model to annotate long videos using additional cues.

Annotator multitask model

SignWriting to spoken text and vice versa (https://github.com/sign-language-processing/signbank-plus/)
single-sign pose to SignWriting
multi-sign pose to SignWriting (any subset. 2, 3, 4....)
single-sign/multi-sign pose + the spoken language translation to SignWriting
pose to text

Inference: Annotate existing data

During inference, we run the segmentation model, and try to transcribe one sign at a time, with the spoken language context, without it, and as a multi-sign sequence, and ensemble the predictions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant