Closed Moufdi96 closed 3 years ago
@sgowroji , @jiuqiant someone could answer please it's urgent !
This is another approach you can try https://github.com/google/mediapipe/issues/2256#issuecomment-876427454
@sgowroji thanks for your response, I am aware of the holistic Model, my use-case requires multi-face and multi-hand detection the holistic model does not allow that unfortunately as there is the pose estimation (only one person is detected)! I am looking to combine just the face and hand detection.
Hi @Moufdi96, I would request you to wait for a few more weeks, to get the best API update in Android. Otherwise, you can still move with my above approach by adding multi face and multi hand detection support in your solution using this.
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, I am new to Mediapipe, I am currently working on an Android application in which I am brought to perform both real-time face detection and hand tracking. Now integrating each calculator separately by adding the Mediapipe ARR into the libs directory of android studio works just fine, but when I try to add both AARs of "Hand tracking" and "Face detection " to run them simultaneously I have some kind of dependency conflicts and class duplication issues, , am I doing something wrong if yes how could I integrate two Mediapipe models in one Android project ?? please any help would be very appreciated. I have this errors below: