liushuo2018 / ERN

Edge Loss Reinforced Semantic Segmentation Network for Remote Sensing Images
37 stars 7 forks source link

some question about Edge Loss Reinforced? #3

Closed qaqzzz closed 5 years ago

qaqzzz commented 5 years ago

Hi,Liu

I'm a graduate student of Shanghai university. 
I have read your paper about the part of Edge Loss Reinforced. That's a fascinating idea. 
But I can't find the code about Edge Loss in this git. 
I want to know, how do you get the edge coordinate and compute it.Is there a simple method?

Best wish to You!

Li

liushuo2018 commented 5 years ago

Hi, This implementation of ERN is based of Caffe, so you need prepare the edge GT data firstly, and then add corresponding data layer and loss layer in the "training.prototxt".