how to get the edge map
huangshizhong opened this issue · 1 comments
huangshizhong commented
thank for your code ,when i run your code as the readme said ,i just get the semantic segmentation map ,but idonot get the edge map or layout map,how to get it
leVirve commented
Hello, in our paper, the proposed method outputs a semantic layout map instead of an edge map 😄
To get the edge map, you can try some post-processing such as contour extraction.