Deformable Part Based model in opencv
Hi all,
When I see the opencv implementation for Latent SVM, it uses pretrained models for object detection. But in the opencv samples only cat.xml file is present. How do I generate these xml file for people?
I tried converting the mat files to xml files from the voc-release5. But the opencv does not accept the xml files in that format. Can anyone help me out with this?
which opencv version ?
there are more pre-trained models from voc.
for opencv3, look here
for opencv24x here
just be careful with the version, the implementation changed in 3.0
Do you know how to generate these models?
Thanks for reply. I working with Opencv24x.
And also when I work with these models https://github.com/Itseez/opencv_extr...
there are many misdetections. It is not working so good as the matlab code from vocrelease5.