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?