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.
https://arxiv.org/abs/2106.11447
MIT License
64 stars 10 forks source link

Do you do any subsequent breakpoint repair work? #6

Open Yilp opened 1 year ago

Yilp commented 1 year ago

Hello, thank you for your work. After I repeated your project, I found that there were many breakpoints. Do you do any subsequent breakpoint repair work