Active-Contour-Loss-pytorch
Active-Contour-Loss-pytorch copied to clipboard
An unofficial pytorch implementation for "Learning Active Contour Models for Medical Image Segmentation" by Chen, Xu, et al.
In Eq.(11) and Eq.(12), why 'mean' is used instead of 'sum'?
I wonder why you return ` loss = weight*lenth + region ` instead of `lenth + weight*region` as the paper have written.
Hi: I wonder what the input image is and can I apply AC loss individually without Dice loss. Can I apply AC loss in 3D neural network ,such as 3D...