Hi guys,
I'm studying & trying to use mediapipe in my Android Kotlin project
I want to modify the existed face-landmarker(from mediapipe-samples)
Is it possible that i directly modify the .task file of face-landmarker?
such as:
- unzip .task file
- convert .binarypb into .pbtxt
- modify .pbtxt
- convert new .pbtxt into .binarypb
- compress them to new .task file
then use in android project face-landmarker
Or if that approach is not able, Could u give some suggestions?
Thanks~