MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

simple backend that used by U-Net #7

Closed jodeiri closed 5 years ago

jodeiri commented 5 years ago

How can I build the U-Net++ model with a simple backbone which used by U-Net paper? In the options for the backbones, it seems that it must be chosen only among some architectures such as vgg, ResNet, etc.

MrGiovanni commented 5 years ago

Please check the _modellogic.py file.

Thanks.