jakeret / tf_unet

Generic U-Net Tensorflow implementation for image segmentation
GNU General Public License v3.0
1.9k stars 748 forks source link

Active contour loss function? #282

Open daboe01 opened 4 years ago

daboe01 commented 4 years ago

this approach looks very promising: https://github.com/xuuuuuuchen/Active-Contour-Loss/blob/master/Active-Contour-Loss.py

any chance this could be implemented in tf_unet?