Ask Your Question

de linne's profile - activity

2017-04-10 21:50:57 -0600 received badge  Taxonomist
2012-11-06 04:01:39 -0600 asked a question Which confidence level and parameters for face recognizer?

I'm developing a facial recognition app for android. I have been testing both the Eigenface and LBP recognizers.

Now I'm wondering which confidence levels are good for these recognizers, with the eigenfaces I get around 10000 while with the LBP I'm only getting numbers of around 30. So is there some kind of guideline for these confidence levels?

I know you also can set parameters for Eigenfaces, the number of components, however this doesn't seem to have much influence on my results. Is the number of components just the number of training images being used?

And for the LBP are there any recommended parameters or is it best to leave them to default?

2012-10-24 11:12:39 -0600 asked a question How is Facerecognizer model stored?

I'm building an application for android that does face authentication. Now I want to store the trained Facerecognizer, I know I can save the model to an XML file. But this file seems to be quite big +10MB. Is there some other way to save the model? And is there some place where I can find more information about how the saving currently works?