Latent SVM - training from opencv_extras [closed]

asked Feb 28 '15

mtourne gravatar image

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 ..

[1] https://github.com/Itseez/opencv/blob...

[2] https://github.com/Itseez/opencv_extr...

Preview: (hide)

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-29 07:38:31.710375

Comments

1

it's not gone in the master branch, just moved to opencv_contrib.

it also uses differently trained models (star) there.

berak gravatar imageberak (Feb 28 '15)edit

I feel like you're not really answering the question.

mtourne gravatar imagemtourne (Mar 1 '15)edit

Anyway, is there a way to train the latent SVM based on my samples? How?

thdrksdfthmn gravatar imagethdrksdfthmn (Aug 27 '15)edit

^^ hmm, you made it vanish !

(seems, it was replaced yesterday with this )

berak gravatar imageberak (Aug 27 '15)edit

but I cannot find any train method... Is there any?

thdrksdfthmn gravatar imagethdrksdfthmn (Aug 27 '15)edit

just downloading .. haven't found one so far.

berak gravatar imageberak (Aug 27 '15)edit