edge_eval_python icon indicating copy to clipboard operation
edge_eval_python copied to clipboard

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

Open Li-yachuan opened this issue 3 years ago • 1 comments

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

Li-yachuan avatar Apr 08 '22 10:04 Li-yachuan

@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

Walstruzz avatar Apr 18 '23 07:04 Walstruzz