Pytorch-Segmentation-multi-models icon indicating copy to clipboard operation
Pytorch-Segmentation-multi-models copied to clipboard

Pytorch implementation for Semantic Segmentation with multi models (Deeplabv3, Deeplabv3_plus, PSPNet, UNet, UNet_AutoEncoder, UNet_nested, R2AttUNet, AttentionUNet, RecurrentUNet,, SEGNet, CENet, Dse...

Results 5 Pytorch-Segmentation-multi-models issues
Sort by recently updated
recently updated
newest added

Hi Minerva-J! My outputs.shape = [2, 3, 224, 224], targets_x.shape=[2, 224, 224], I want to use dice_loss as the loss function, it requires the input parameter shape to be [B,...

Dear Minerva-J: Very nice work for DRIVE datatset segmentation. could you please share the test.py and give the accuracy metrics calcualtion method? thanks!

如何加unet➕att

你好,请问 UNet_AutoEncoder网络结构,有参考文献吗?