Qualeams / Android-Face-Recognition-with-Deep-Learning-Library

Face Recognition library for Android devices is an Android library (module) which includes several face recognition methods.
Apache License 2.0
371 stars 135 forks source link

Library should be independent #25

Open sunnykinger opened 6 years ago

sunnykinger commented 6 years ago

Hello, I have been using your library learning more about facial recognition, and I have noticed that the library requires me to use: PreferenceManager.setDefaultValues(this, R.xml.preferences, false); I understand that this sets the default values, but this preferences file is inside your library which points to your Test Framework Helper Classes, so I had to make my own preference XML file and helper class in order to set the default values. This one line was causing the issue like "error: (-13) The matrix is not continuous"

Can you please make this library independent of this preference file so that we do not have to make our own preferences XML file.

Thank you for this library though, it's amazing.