MVSS-Net icon indicating copy to clipboard operation
MVSS-Net copied to clipboard

How to calculate edge loss, dataset has relevent annotation?

Open Ying-Kang opened this issue 2 years ago • 2 comments

edge feature map down to (w/4, h/4) for dice loss calculating,

however, how can i get the relevent edge groud truth for loss deducting?

it is not mentioned, by edge search or already given by dataset?

image

Ying-Kang avatar Feb 17 '23 11:02 Ying-Kang

Here's a way to do it https://github.com/dddb11/MVSS

wangskyone avatar Apr 07 '23 14:04 wangskyone

You could follow the implementation in this repo: https://github.com/dddb11/MVSS-Net

SunnyHaze avatar Apr 19 '23 04:04 SunnyHaze