HiLab-git / ACELoss

Implementations of "Learning Euler's Elastica Model for Medical Image Segmentation"
MIT License
71 stars 11 forks source link

Do you need to use a ratio coefficient #7

Open Rudeguy1 opened 1 year ago

Rudeguy1 commented 1 year ago

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 of 100,000, while CEloss has only a decimal scale.

Do I need to multiply a ratio coefficient before ACElos.