pntt3011 / mediapipe_face_iris_cpp

Real-time Face and Iris Landmarks Detection using C++
GNU General Public License v3.0
81 stars 15 forks source link

How did you manage to get the models as tflite? #23

Closed hot-cat closed 1 year ago

hot-cat commented 1 year ago

I wonder how you transformed the mediapipe models to tflite ones.

pntt3011 commented 1 year ago

Hi @hot-cat, the tflite models had been public on their official repository. They just removed them a few months ago. You can find their links in this issue.

hot-cat commented 1 year ago

Thanks a lot!!