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

App is hanging with 300 Images #30

Closed rameshkec85 closed 1 year ago

rameshkec85 commented 1 year ago

I really appreciated this works very well with few images. How to avoid blocking UI and also to work smoothly with many no of images ?

shubham0204 commented 1 year ago

@rameshkec85 Does it happen when the app is scanning the folder for images?

shubham0204 commented 1 year ago

@rameshkec85 I have resolved the issue in the latest commit. Please verify if it resolves the issue.

rameshkec85 commented 1 year ago

Its worked. Thanks