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?
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?