Walk
Is there any chance that the avatar can walk left or right (forward and backward)
Hello, I am currently exploring this along with adding multiple cameras as input to enhance tracking quality.
In theory it's possible. I'm currently debating between various methods; some are hard for the end user to set up while others require no end user setup (but less precise).
Could I ask what the use case is?
Thank you so much for your reply.
I would simply like to move the avatar horizontally to the right and left, without depth.
Update: Currently have this roughly working in the pose form: https://github.com/ganeshsar/UnityPythonMediaPipeBodyPose
Still need to translate this to the avatar version.