Biswas
November 5, 2021, 7:20am
1
TensorFlow recently launched its first 3D model in TensorFlow.js pose detection API. The new model opens up doors to new design opportunities for applications such as fitness, medical motion capture, entertainment, etc.
Est. reading time: 4 minutes
TensorFlow launched its first 3D model in TensorFlow.js pose detection API.
In the above link, there is an example of 3D motion capture, which drives an animated character in the browser using this TensorFlow.js pose detection API.
How can we do the same in Android or can we do it using webView in Android?
Bhack
November 5, 2021, 2:25pm
3
You can find more info with an android example at:
https://google.github.io/mediapipe/solutions/pose.html
But you still need to write the animated character rendering code on your side, you can find some example about TF-lite blazepose with unity at:
TensorFlow Lite Samples on Unity
Biswas
November 8, 2021, 7:40am
6
we are working on similar concept (which is available on TensorFlow Releases New 3D Pose Detection Model link given earlier) in Android using kotlin.
If any update or inputs in Android using kotlin, please suggest.
Biswas
November 8, 2021, 6:07am
7
we are trying to achieve similar concept( which is in the link below) in the android application using kotlin.
TensorFlow recently launched its first 3D model in TensorFlow.js pose detection API. The new model opens up doors to new design opportunities for applications such as fitness, medical motion capture, entertainment, etc.
Est. reading time: 4 minutes
Please suggest any inputs.
Bhack
November 8, 2021, 12:51pm
8
If you are looking for generative part it isn’t opensource but you can compile a form to request the model: