ACELoss
ACELoss copied to clipboard
Implementations of "Learning Euler's Elastica Model for Medical Image Segmentation"
Results
2
ACELoss issues
Sort by
recently updated
recently updated
newest added
Hello, I tried to use AC or ACE losses instead of CE loss for the binary segmentation. Though I have used a certain network for the CE loss many times,...
dear author This is a very good job. I added ACE loss loss=torch. mean (CEloss+ACEloss) to the already trained model (DICE: 0.90), but I found that ACEloss has a scale...