Yin Guobing
Yin Guobing
I'm not sure. Maybe you can try this API for tflite model: https://www.tensorflow.org/api_docs/python/tf/lite/Interpreter
It seems that you are using the outdated file. In the latest code the `prediction` part is removed. I suggest using TensorFlow Serving for prediction. The latest code exports the...
Learning new things is always painful, but it's worth it.
I think the model is over fitted. Directly regression of facial landmark may not be the best option. Read this great paper for more: https://arxiv.org/abs/1608.04188
It is still in development.
It just came to my mind. The 3D mark index map is here: https://yinguobing.com/face-mesh-points-index-map/
According to the paper, they are using Catmull-Clark algorithm to construct the surface. Unfortunately I do not know how to do that.
> where is face_landmark.tflite ? I believe I had provided the download link in the README file.
Can you post some sample files you used for training?
That's hard to tell. Try reducing the learning rate first.