I'm working on a face tracking application (Android studio / Java) and I need to identify face landmarks and show face mesh's specific points. I'm interested using Mediapipe face mesh solution. The problem is: I use Windows OS, and Mediapipe is not working on Windows OS. I don't want to use bazel to create android application. I want to use mediapipe inside my application.

Can anybody explain to me how can i use Mediapipe's face_landmark solution to detect faces in images and generate face mesh inside exisiting Android studio with Java application. And If there is a solution with models like face_landmark.tflite, please explain me how can I use such tflite independently inside my application without the whole Mediapipe framework?

I want to use mediapipe face mesh solution inside my android studio java application in order to get specific face landmark points to acheive my task.

0

There are 0 answers