Qualeams / Android-Face-Recognition-with-Deep-Learning-Library

Face Recognition library for Android devices is an Android library (module) which includes several face recognition methods.
Apache License 2.0
371 stars 135 forks source link

How can I convert my .ckpt file to .pb file? #29

Open HsuTzuJen opened 5 years ago

HsuTzuJen commented 5 years ago

Hi, can you please tell me how can I convert my .ckpt file to .pb file? I want to use my own model.

sladomic commented 5 years ago

Hey, search for "freeze tensorflow graph" and you will find a lot of tutorials. But keep in mind, that not all ops are working on mobile. But the most common models (e.g. InceptionV3) should work.