發現30天結束還是無法實作....,U-net裡面有太多優質的內容需要學習了。
接下來說明如何產生 weight map。
The separation border is computed using morphological operations. The
weight map is then computed as
利用形態學做邊界偵測。
Wc : class weight map
d1:與最近細胞邊界的距離
d2:與次遠細胞邊界的距離
W0﹑σ:實驗出來的數值10﹑5 pixel
最後計算出 distance weight map
這個是對前背景分割的方法。
[0] U-net
[1] [python 复现 Unet 论文中的 Weight Map] (https://blog.csdn.net/c2a2o2/article/details/87902654)