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

Sign Segmentation: Include Sign Segmentation Model #72

Open
AmitMY opened this issue Feb 22, 2023 · 1 comment
Open

Sign Segmentation: Include Sign Segmentation Model #72

AmitMY opened this issue Feb 22, 2023 · 1 comment
Labels
enhancement New feature or request signed-to-spoken

Comments

@AmitMY
Copy link
Contributor

AmitMY commented Feb 22, 2023

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 in a sentence should be transcribed to SignWriting independently.

Description

We currently have such a segmentation model https://github.com/sign-language-processing/transcription/tree/main/pose_to_segments
Which works reasonably well for sentences, but not at all well for signs.

Should perhaps look into developing an autoregressive model like https://arxiv.org/pdf/2301.02214.pdf

That way, we could also perform this live.

Alternatives

Use the existing model, which is bi-directional, and will require re-running on the sequence every single time.

Additional context

No response

@AmitMY
Copy link
Contributor Author

AmitMY commented Nov 3, 2023

We are done with our segmentation model:
https://arxiv.org/abs/2310.13960

We should integrate it by doing:

  1. Removing free camera support - user should be able to stop and restart the camera

  2. We perform pose estimation, and segmentation. Segments are stored as an array-of-arrays - sentences, and within them signs.

  3. Segments are shown in multiple ways:

    • SignWriting (future work)
    • images (first frame + last frame + arrow of movement if exists) ideally like this
      image image
  4. When hovering a segment, the video plays in a loop only of that segment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request signed-to-spoken
Projects
None yet
Development

No branches or pull requests

1 participant