Running Deformable part based model for pedestrian detection in opencv [closed]

asked 2015-01-08 10:13:55 -0600

Sowmya gravatar image

updated 2015-01-09 03:06:52 -0600

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.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-05 09:24:27.743955

Comments

1

And how does your question relates to OpenCV?

Guanta gravatar imageGuanta ( 2015-01-08 12:07:43 -0600 )edit

@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)

berak gravatar imageberak ( 2015-01-08 12:41:17 -0600 )edit
1

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.

Guanta gravatar imageGuanta ( 2015-01-08 14:20:31 -0600 )edit
1

the filterengine went inside the imgprocmodule code, no more public access

berak gravatar imageberak ( 2015-01-08 14:30:46 -0600 )edit

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

StevenPuttemans gravatar imageStevenPuttemans ( 2015-01-09 03:37:05 -0600 )edit