Is multi-label classification supported in OpenCV?
Hi,
Could I please know if SVM based multi label classification is supported in OpenCV? I need to train a SVM with unlabelled set of training data, which represents multiple classes and get a multi label output for a given test data.
Could I know if this is supported with OpenCV?
Thanks in advance.
Nope, multi class SVM is not supported AFAIK. Since even the regular SVM classification is not working properly, I suggest using an external library for this.