Ask Your Question

kwasif's profile - activity

2013-10-30 06:22:16 -0600 asked a question New Model constructed using VOC takes more time in Latent SVM

I have developed a new person detector using pascal VOC 4.0 with my own dataset. I also managed to convert it to xml format as required for opencv latent svm. The problem now is previously the standard xml file provided by opencv extra takes 22 sec for a 1440*1080 resolution image while performing person detection. For the same image the newly generated xml from pascal voc 4.0 takes 77 sec. Both the xmls have same number of features and filters. I do not understand what is the problem here? Any help would be appreciated?

2013-10-09 06:10:18 -0600 commented question latentsvmdetector - Converting Matlab models to xml

Hi GilLevi, I am also having the same problem. I generated a new model using Pascal VOC development code but converting the mat file to an XML seems to be a night mare. Did you have any luck with mat2xml.m for the new model structure. Looking forward to your reply.