Active-Contour-Loss-pytorch icon indicating copy to clipboard operation
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.

Results 3 Active-Contour-Loss-pytorch issues
Sort by recently updated
recently updated
newest added

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...