yun-liu / RCF

Richer Convolutional Features for Edge Detection
Other
753 stars 259 forks source link

关于评估实验结果预处理的问题 #56

Open byteshen159 opened 5 years ago

byteshen159 commented 5 years ago

你好,我有个问题 ,这步操作不是很懂。 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. 1、spDemo.m 是用的这个文件 输出 非极大值抑制 和边缘细化 输出文件的吗? 2、我用模型跑出预测图片,https://github.com/pdollar/edges ,我能运行那3个demo,但是不知道这里面的哪个文件输出处理图?

yun-liu commented 5 years ago

我的代码里有一个rcf/examples/rcf/edge_nms.m可以做非极大值抑制,这个文件依赖Piotr的 edge toolbox。你在运行edge_nms.m前把里面的路径,path_to_pdollar这个变量改一下就行了

ShilangChen1011 commented 5 years ago

您好,按照您的思路,放到里面,也安装好相关库,但仍然发现如下问题。

In edge_nms at 8 Undefined function 'edgesNmsMex' for input arguments of type 'single'.

Error in edge_nms (line 20) edge = edgesNmsMex(edge, O, 2, 5, 1.01, 8);

yun-liu commented 5 years ago

@yike-chen 没有edgesNms但是有edgesNmsMex,edgesNms是我写的一个edgesNmsMex的wrapper

WWWJL commented 5 years ago

How to evaluate the predicted edges? 经过非极大值抑制处理后的图片后,怎么评价精度的?我的意思是,是怎么计算精度和召回率的呢?

yun-liu commented 5 years ago

这里可以找到evaluation代码https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/resources.html

yun-liu commented 4 years ago

在github上没看到你的回复,解决了吗?

Pikachu-zzZ notifications@github.com 于2020年3月1日周日 下午8:41写道:

您好,按照您的思路,放到里面,也安装好相关库,但仍然发现如下问题。

在8 的edge_nms中,类型'single'的输入参数的未定义函数'edgesNmsMex'。

edge_nms(第20行)中的error edge = edgeNmsMex(edge,O,2,5,1.01,8);

请问您解决了吗,如何解决呢,谢谢

您好,按照您的思路,放到里面,也安装好相关库,但仍然发现如下问题。

在8 的edge_nms中,类型'single'的输入参数的未定义函数'edgesNmsMex'。

edge_nms(第20行)中的error edge = edgeNmsMex(edge,O,2,5,1.01,8);

你好,请问您解决了吗,如何解决这个问题,谢谢

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/yun-liu/rcf/issues/56?email_source=notifications&email_token=AEIP7X236DBCWPLU5T7ASK3RFJJWJA5CNFSM4F4ONXF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENM6AHA#issuecomment-593092636, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIP7X5PLG2EEN7MB5IN7G3RFJJWJANCNFSM4F4ONXFQ .

Pikachu-zzZ commented 4 years ago

我解决了,谢谢您的邮件

------------------ 原始邮件 ------------------ 发件人: "Yun Liu"<notifications@github.com>; 发送时间: 2020年3月6日(星期五) 晚上8:52 收件人: "yun-liu/rcf"<rcf@noreply.github.com>; 抄送: "糯米团子ν"<863484799@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [yun-liu/rcf] 关于评估实验结果预处理的问题 (#56)

在github上没看到你的回复,解决了吗?

Pikachu-zzZ <notifications@github.com> 于2020年3月1日周日 下午8:41写道:

> 您好,按照您的思路,放到里面,也安装好相关库,但仍然发现如下问题。 > > 在8 > 的edge_nms中,类型'single'的输入参数的未定义函数'edgesNmsMex'。 > > edge_nms(第20行)中的error > edge = edgeNmsMex(edge,O,2,5,1.01,8); > > 请问您解决了吗,如何解决呢,谢谢 > > 您好,按照您的思路,放到里面,也安装好相关库,但仍然发现如下问题。 > > 在8 > 的edge_nms中,类型'single'的输入参数的未定义函数'edgesNmsMex'。 > > edge_nms(第20行)中的error > edge = edgeNmsMex(edge,O,2,5,1.01,8); > > 你好,请问您解决了吗,如何解决这个问题,谢谢 > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/yun-liu/rcf/issues/56?email_source=notifications&amp;email_token=AEIP7X236DBCWPLU5T7ASK3RFJJWJA5CNFSM4F4ONXF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENM6AHA#issuecomment-593092636&gt;, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEIP7X5PLG2EEN7MB5IN7G3RFJJWJANCNFSM4F4ONXFQ&gt; > . >

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.