HiLab-git / ACELoss

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

What's the meaning of each input dimention? #1

Closed Riqzz closed 3 years ago

Riqzz commented 3 years ago

Hello, I want to test the performance of this loss function on other dataset. Coud you explain the meaning of each input dimention in the demo?

x2 = torch.rand((2, 3, 97, 80))
x3 = torch.rand((2, 4, 112, 97, 80))
Luoxd1996 commented 3 years ago

Same with the input of CE and DICE Loss.