Latent SVM - training from opencv_extras [closed]
Hello,
I'm using the sample code for latentsvm detector [1]. It's from opencv 2.4, this sample code actually seems to be gone in the master branch (?)
I'm using what seems to a be a pretrained model on VOC2007 [2], I'm only using the cars.xml model not all of them.
Here is the output of running the car detector on a picture of a cat : https://i.imgur.com/IltJIsC.png
It did an ok job at finding cars : https://i.imgur.com/5dbUTxf.png
But then again, everything appears to be a car ..
it's not gone in the master branch, just moved to opencv_contrib.
it also uses differently trained models (star) there.
I feel like you're not really answering the question.
Anyway, is there a way to train the latent SVM based on my samples? How?
^^ hmm, you made it vanish !
(seems, it was replaced yesterday with this )
but I cannot find any train method... Is there any?
just downloading .. haven't found one so far.