GithubHelp home page GithubHelp logo

关于edge_nms.m运行问题 about rcf HOT 4 CLOSED

Hudadan666 avatar Hudadan666 commented on August 21, 2024
关于edge_nms.m运行问题

from rcf.

Comments (4)

Hudadan666 avatar Hudadan666 commented on August 21, 2024

又发现,未定义函数或变量gradient2,是我的matlab版本过高,导致以前的函数现在不适用了么?

from rcf.

yun-liu avatar yun-liu commented on August 21, 2024

ReadMe里面有介绍:

Note: Before evaluating the predicted edges, you should do the standard non-maximum suppression (NMS) and edge thinning. We used Piotr's Structured Forest matlab toolbox available here.

edge_nms.m里面,变量path_to_pdollar 就是指向这个包的路径,请根据自己的路径修改。

此外,由于Matlab有个特性,private文件夹下的函数,只能在private上一层访问,所以请在private上一层、即edges根目录下,添加一个wrapper函数。具体是,一个名字为edgesNms.m的函数,内容如下:

% the wrapper of edgesNmsMex function in private folder
function E = edgesNms(E0, O, r, s, m, nThreads)
    E = edgesNmsMex(E0, O, r, s, m, nThreads);

from rcf.

yun-liu avatar yun-liu commented on August 21, 2024

哦,还有,edges这个包依赖dollar大神的另一个库:https://github.com/pdollar/toolbox

建议你直接把这个库放在edges这个包的根目录下。

from rcf.

Hudadan666 avatar Hudadan666 commented on August 21, 2024

成了,就是另外一个库我没放到edges包的根目录下

from rcf.

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.