You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, many thanks for the great work it has been very helpful. I have one issue with performace. I taken the demoFaceDet method into my own project and when i call this line
List faceList = mFaceDet.detect(imgPath);
It takes around 40 seconds. I have tried putting android studio in release mode but that doesnt seem to help either. Any suggestions as to how I might improve performance?
The text was updated successfully, but these errors were encountered:
Hi, many thanks for the great work it has been very helpful. I have one issue with performace. I taken the demoFaceDet method into my own project and when i call this line
List faceList = mFaceDet.detect(imgPath);
It takes around 40 seconds. I have tried putting android studio in release mode but that doesnt seem to help either. Any suggestions as to how I might improve performance?
The text was updated successfully, but these errors were encountered: