tensorflow / tensorflow/models
Convert the face_landmark.tflite file in your solution back to face_landmark.pb (protobuf file).
@laxmareddyp is already working on this.
Since Jun 24, 2024.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
I am trying to convert the "face_landmark.tflite" file in mediapipe solution (https://github.com/google-ai-edge/mediapipe) back to face_landmark.pb (protobuf file). I am working with C# code and unable to find any wrapper frameworks which make use of .tflite files for face landmark detection. Tensorflow.NET does not support an interpreter to load the .tflite models. But it supports loading models in .pb or "savedModel" format.
Can you please let me know if you have the original tensorFlow model in 'SavedModel of .pb format for Fare landmark detection(Mediapipe Facemesh)? I can use this with TensorFlow.net.
Also, is any one of the pre-trained model of TensorFlow (link provided below) used for face_landMark.tflite model generation? Please suggest.
https://github.com/tensorflow/models/tree/master/research/slim#Pretrained
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.