Ask Your Question
0

DPM python bindings? [closed]

asked 2017-01-13 02:35:59 -0600

Yasen gravatar image

updated 2017-01-13 04:07:09 -0600

Hello I just wanted to ask if there are python bindings to the DPM (Object Detection with Discriminatively Trained Part-Based Models) detector? I've builded my OpenCV with the contrib modules, but the dpm module is not in python. Many thanks.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by Yasen
close date 2017-01-22 06:57:39.509249

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-01-13 02:46:59 -0600

berak gravatar image

updated 2017-01-13 05:06:00 -0600

sadly, you're out of luck here, using it "as is".

the c++ interface is using an ObjectDetection struct, which is problematic to wrap into python, using the current generator scripts, so the whole dpm module is left out.

edit flag offensive delete link more

Comments

Many thanks! I was just wondering, because it's still state-of-art detection method and no python implementation could be found. I will try your solution.

Yasen gravatar imageYasen ( 2017-01-13 04:06:47 -0600 )edit

wait, it won't work (std::string vs. cv::String).

sad as it is, i'll have to cancel that part.

berak gravatar imageberak ( 2017-01-13 05:05:25 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-01-13 02:35:59 -0600

Seen: 677 times

Last updated: Jan 13 '17