shubham0204 / FaceRecognition_With_FaceNet_Android

Face Recognition using the FaceNet model and MLKit on Android.
https://towardsdatascience.com/using-facenet-for-on-device-face-recognition-with-android-f84e36e19761
Apache License 2.0
252 stars 88 forks source link

[request] write detection log to a file #21

Closed ravesmith closed 2 years ago

ravesmith commented 2 years ago

I apologize for asking something so basic.

How can I save in a local text file the name of the faces that the application has detected?

Thank you very much for your help.