Running Deformable part based model for pedestrian detection in opencv [closed]
Hi,
Can anyone help me with the code in the link below https://github.com/wg-perception/Part....
I am trying to do pedestrian detection using Part Based Models. When I look into the matlab folder, there is a readme file which gives the steps to compile. For training, it says to run "training_demo.m" file for which the annotated pedestrian data set has to be given as input. But I am not able to understand where the annotated file list has to be given.
Please help me to run this code or suggest me with a easy code.
And how does your question relates to OpenCV?
@Guanta, hilton bristow wrote it ;)
(and it's opencv code, just the training requires matlab)
(shame, btw, that it no more runs on opencv3.0, the filterengine went package private)
Hmm, some things are really missing in OCV 3 - what exactly happened with the filterengine?
@Sowmya: Maybe you should open an issue at the github-page.
the filterengine went inside the imgprocmodule code, no more public access
Like @Guanta said, since it depends on OpenCV but it is not integrated in the repo or the contribution repo, you are better opening an issue on the actual github page. I am guessing not many people can help you out here... especially if you problem is with the matlab interface...