Ask Your Question

Preeti's profile - activity

2013-03-14 05:00:40 -0600 commented question Bad efficiency in LBP

i did append 10 images per new person i added to the database

2013-03-10 12:12:41 -0600 asked a question Bad efficiency in LBP

i am working on a code that uses face detection first. the detected face is stored and then face recognition, gender and age detection is done on the image. its basically the same code (using LBP), i just train it thrice with three different databases for training. i initially used the at&t face database. eventually i appended a few of my pictures in the database too. now, the real problem is with the efficiency. theoretically LBP promises 96+ % efficiency but i am not even close to that. where could i be going wrong?? please help!! i need to submit the project this week.

2013-03-06 05:18:49 -0600 received badge  Student (source)
2013-03-04 13:11:23 -0600 received badge  Editor (source)
2013-03-04 13:10:51 -0600 asked a question XML file too large in LBP

i am doing my project on face, age and gender recognition. i am using the LBP technique for the same. but, when i initially train the system for the first time, the XML file created is about 44MB, and this makes the further processes slow. could anyone tell me how big the XML file should actually be? also could you give me suggestions to improve the efficiency of the face recognition code?