0

I'm studying & trying to use mediapipe

I want to modify the Android project face-landmarker

I want to modify the graphs & parameters of landmarker by modifying the .task file. By this way:

  • extract .task file(get .binarypb & .tflite)

  • convert binarypb into pbtxt

  • modify pbtxt

  • convert pbtxt into new binarypb

  • compress into new .task file

  • --> use new .task file in face-landmarker project

Hence is this approach possible? How to convert between pbtxt & binarypb?
Or is there any better approach?

New contributor
Mikael Nguyen is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.