Ask Your Question

sneap's profile - activity

2015-06-10 06:00:31 -0600 received badge  Student (source)
2015-06-10 05:59:46 -0600 asked a question Training models for LSVM detector

How do you train the models for the LSVM detector in opencv_contrib/modules/latentsvm/testdata/latentsvm/models_VOC2007_cascade?
I managed to train a bicycle model using voc-release5.
I got a .mat-file containing the model. Classification using this model works in Matlab.

But I can't convert the .mat-file to an .xml-file using the file mat2xml.m as my .mat-file contains neither the field 'rootfilters' nor the field 'partfilters' but just one field 'filters'.