sign/translate

[Feature] Add rule based 3D avatar control

Open

#121 opened on Nov 26, 2023

 (0 comments) (0 reactions) (0 assignees)TypeScript (164 forks)auto 404
enhancementhelp wantedspoken-to-signed

Repository metrics

Stars
 (777 stars)
PR merge metrics
 (PR metrics pending)

Description

Problem

Our 3D avatar control can currently only control Mixamo avatars, and does so very poorly. Controlling more general avatars (especially with faces) is necessary.

Description

We should add a rule-based 3D avatar solver such as https://github.com/yeemachine/kalidokit to be solve the avatar positions from the mediapipe poses directly.

Alternatives

Neural-network only approach. This will require training a better avatar model.

Contributor guide