neural networks /bif

asked 2017-01-12 09:37:07 -0600

atv gravatar image

I saw a post from berak about BIF and neural networks. I'm new to this, but would it have better results than using a eigenfaces method?

How would i use the below code? I understand faces/att is the directory with faces, but where does one put the corresponding labels for it to recognize the user? Or do i not understand it completely.

answers.opencv.org/question/119300/how-to-start-with-neural-network-implementation-with-opencv-and-c/

edit retag flag offensive close merge delete

Comments

hmm, for att it's pretty easy, since there are exactly 40 persons with 10 images each, and cv::glob() also sorts filenames conveniently.

for your own data, it might be slightly different. maybe you need to show, what structure you have ?

atm. , - it's more a "data-wrangling" question (not so much about ann's or bif), right ?

berak gravatar imageberak ( 2017-01-13 08:45:03 -0600 )edit