Walstruzz / edge_eval_python

A python implementation of edge eval
56 stars 15 forks source link

请问评价标准中的maximum tolerance具体实现是如何完成的? #12

Open Li-yachuan opened 2 years ago

Li-yachuan commented 2 years ago

现在最常用的边缘检测评价标准是基于https://github.com/pdollar/edges 的,但是该代码的核心部分correspondPixels是不开源的 请问您在实现这块代码时,是您独立完成的还是有其他参照 方便分享一下吗? 先行谢过!

Walstruzz commented 1 year ago

@Yachuan-Li 感谢关注,这部分代码是参考的 https://github.com/davidstutz/extended-berkeley-segmentation-benchmark 进行实现。

https://github.com/Walstruzz/edge_eval_python/blob/add539b95e9222ba9426924decee1c61ebcefb83/impl/correspond_pixels.py#L1-L19