jlcsilva / EfficientUNetPlusPlus

Decoder architecture based on the UNet++. Combining residual bottlenecks with depthwise convolutions and attention mechanisms, it outperforms the UNet++ in a coronary artery segmentation task, while being significantly more computationally efficient.

Home Page:https://arxiv.org/abs/2106.11447

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you evaluate the predicted results?

kikizan opened this issue · comments

Hello, thanks for your work!
But when I performed inference, I only saw the predicted images.
I wanted to ask if there was any code for metrics like precision?

commented

Hello, I have the same problem. Have you solved it?