Closed KlickYang closed 3 years ago
Hi @KlickYang, Did you get a chance to go through our documentation. And can you elaborate your use case with complete details. Thanks!
Hello @sgowroji , thanks for answer. I have converted the tflite models (such as facemesh, hand landmark, pose landmark, hand detection...) into tensorrt and reimplemented the holistic pipeline based on tensorrt. Now I have got the face, pose and hand 3D landmarks seperatedly. I want to drive avatar using theses landmarks. So I want to know how to merge the landmarks together? I didn't find the solution in mediapipe or I missed it.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Hello @sgowroji , thanks for answer. I have converted the tflite models (such as facemesh, hand landmark, pose landmark, hand detection...) into tensorrt and reimplemented the holistic pipeline based on tensorrt. Now I have got the face, pose and hand 3D landmarks seperatedly. I want to drive avatar using theses landmarks. So I want to know how to merge the landmarks together? I didn't find the solution in mediapipe or I missed it.
@KlickYang Which version of TensorRT have you used ?? Could you share the details. Thank you
Hi @KlickYang, We will let you know if there are any update on your request. But present we don't have any plans to open source as mentioned here https://github.com/google/mediapipe/issues/1678#issuecomment-794655361.
How to merge the hand, face and pose 3D landmark together in holistic?