Giter Club home page Giter Club logo

Comments (4)

rbgirshick avatar rbgirshick commented on June 15, 2024

@davidwe, I'm not involved in the OpenCV DPM implementation and don't know much about it, so unfortunately I can't provide many useful answers. My impression (which could be wrong, outdated, or both) is that the OpenCV implementation only supports detection using pre-trained models from an old version of the DPM code (release3, perhaps). If you find more details, feel free to post them here.

from voc-dpm.

davidwe avatar davidwe commented on June 15, 2024

I found this script: https://github.com/Itseez/opencv_extra/blob/master/testdata/cv/latentsvmdetector/mat2xml.m from July 2012.

Were there changes in the format of the model file between voc-dpm versions?

from voc-dpm.

davidwe avatar davidwe commented on June 15, 2024

Yes, it seems.

mat2xml('./FooBar_final.mat', 'FooBar_final.xml')
Reference to non-existent field 'rootfilters'.

Error in mat2xml (line 5)
for i = 1:length(model.rootfilters)

Can this script be adapted to match the new model format or has the detection alogrithm to be updated too in this case?

from voc-dpm.

rbgirshick avatar rbgirshick commented on June 15, 2024

Judging from code you pasted, that script was written to convert models from release3. The differences in model format (and detection algorithm) between release3 and {4,5} are quite significant. It will not be a simple job of tweaking that script.

If you're simply looking for a faster C or C++ implementation of DPM, then I recommend checking out the code that can be found here: http://charles.dubout.ch/en/coding.html.

from voc-dpm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.