atharvakale31 / Real-Time_Face_Recognition_Android

Real-Time Face Recognition App using Tensorflow Lite
https://play.google.com/store/apps/details?id=com.atharvakale.facerecognition
180 stars 67 forks source link

How can i get the tflite file? #29

Closed howell0203 closed 1 year ago

howell0203 commented 2 years ago

Did tflite file is tranfered from pb file or ckpt flie which trained by mobilefacenet you have listed in README

howell0203 commented 2 years ago

ok i got it, just like what i said behind. And the most important is to change OUTPUT size same with ur tflite model in MainAcivity.java.(the input size & output size of tflite model can be seen in netron.app)

howell0203 commented 2 years ago

Thank u~~ for ur excellent code which helps me alot

atharvakale31 commented 1 year ago

Appreciate it. Thanks.