I would like to use the Face Mesh application from Media Pipe in a C# project. As the library is not impemented in C#, I looked for solutions. I found that my face mesh model is saved in tflite but I don't know how to use it.
Is there a simple way to use a tflite model in C#? Or maybe a way to use directly MediaPipe in C#?
Thanks!