Hi Brian,
Thanks for the reply. I started implementing the celebrity match. I would like to get few things clarified.
1) I am planning to take the training images of each celebrity as 5-N images. I dont want to create a gallery file for each celebrity. Instead I would like to
create a ".gal" for the entire dataset, by this I can save the time. But I need to take the average score for each celebrity. How can I get that? Or any idea on how to get the closest match?
2) Most of the celebrity images are of profile pictures and how does OpenBR works for it and how to increase the accuracy? What are the pre-processing steps I need to do before passing the image to OpenBR?
3) I have read in your paper that the face should be of resolution 128*128? Do I need to check the images before passing to OpenBR whether the face is 128*128 resolution?
4) How to handle pose adjustments to the face using OpenBR, before training/creating a ".gal" file?
Thanks,
Rangarajan