I have a set of multiple classes of positive and a folder of negative images. I want to use multi class classification using libsvm. I have downloaded and installed the libsvm libraries on ubuntu 14.04 and gone through the commands. I did few research to know about the process of object detection using svm. What i could understand is that I have to make a file containing labels class and value so that I can train that.
But i am not sure how i can make that file. Please help me with it. Is there any code for writing that file from the given images.
↧