hi,
am trying to use latent SVM trained with person.xml [of PASCAL VOC]. i've tried several images and there are major problems with it:
it draws several bounding boxes all over the place although there is only one person in the image - these bbs are mostly outside the person bb - i.e. too many false positives to say it is even detecting anything - might as well randomly draw bounding boxes :(
the person is not detected accurately - i.e the bb doesn't cover or covers only part of the person many times - tried with many many images from UCB, PASCAL, INRIA, etc.
lastly, it takes forever to simply process one image - i.e in the order of 1-2 MINUTES on a Macbook Pro - anything so slow is totally not usable.
bottomline - it doesn't seem to work - i've checked most documentation/paper/etc. including Felzenschwalb...'s site, but no idea what is wrong with opencv implementation - does anyone know? apparently it is implemented by U. of Nishni - but no doc anywhere or any pointers - very frustrating!!!
thanks if someone responsible can look into it and respond. ps: tried to submit a bug, but ros bug link/form doesn't let me.