How to prepare labeled data for action recognition video datasets using multiclass svm? [closed]
Hello all, i have read many examples of binary svm and got how to apply...but still suffering in multiclass svm . I'm not getting how to prepare multi-class action data for training along with labels. how to train svm for multiple classes and test. my data set have 10 classes like running, walking ,biking riding, waving, walking etc. and each class have 20 videos. so what should be label for each class. Please give me some reference regading multiclass. Thanks
before you can classify anything, you have to extract features from the video data. so what are you planning to do there ?
have e.g. a look here
I have 4 features of each data like, lbp,hog,glcm and sift
i have extracted features from video data and then created dictionary using BOW in .yml files. now i want to use multi class svm for classification
can you give us information about the dimensions of the features ?
i have 20 dectionaries of each 10 class videos, sow to use svm to classifie them
yes features are in n*1 dimension .
also have a look here
answered here