Active-Contour-Loss-pytorch
Active-Contour-Loss-pytorch copied to clipboard
The Final Equation of Loss
I wonder why you return loss = weight*lenth + region
instead of lenth + weight*region
as the paper have written.