Re: [Scikit-learn-general] Finding dimentions of faces on an image

2013-03-19 Thread Fimi
Hi Brian,   I will look into this paper in more detail. Thank you for your reply.   If I have to use opencv or other wrappers like it that hide SVM behind its interface I will not use it. The purpose of this small project is to learn Support Vector Machines.     Fimi

Re: [Scikit-learn-general] Finding dimentions of faces on an image

2013-03-19 Thread Fimi
know what and how to use the training rectangles. I did some searching on the web and I could not find what you were referring to.   Thank you, Fimi From: Gilles Louppe To: Fimi ; "scikit-learn-general@lists.sourceforge.net" Sent: Tuesday, March 19,

[Scikit-learn-general] Finding dimentions of faces on an image

2013-03-18 Thread Fimi
Hello, I've got non linear multiclass classification for support vector machines to work and it does predict the correct face and non face images. It has been a very steep learning curve for me because this is the first time I do this type of work. I would like to see if you can guide me on a go