jiuqiant / mediapipe_face_detection_aar_example

MediaPipe face detection gpu demo with MediaPipe's Android archive library
73 stars 25 forks source link

Issue on getting proper Face Landmarks using Mediapipe AAR #7

Open PravinChill opened 3 years ago

PravinChill commented 3 years ago

I am trying to implement FaceMesh in Android using AAR.

The landmark I am getting using AAR is different from the Bazel Mediapipe application.

PFA

Face Mesh using Mediapipe Application (BAZEL) Screenshot_20210121-140407

Face Mesh using Mediapipe AAR Application (GRADLE) Screenshot_20210121-140759_FaceMesh

How to fix this issue ?