Skip to content

PyTorch implementation of MultiResUNet : Rethinking the U-Net Architecture for Multimodal Biomedical Image Segmentation

License

Notifications You must be signed in to change notification settings

j-sripad/mulitresunet-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiResUNet : Rethinking the U-Net architecture for multimodal biomedical image segmentation

This repository contains the implementation of "MultiResUNet : Rethinking the U-Net architecture for multimodal biomedical image segmentation" in pytorch.

Paper

Ibtehaz, Nabil, and M. Sohel Rahman. "MultiResUNet: Rethinking the U-Net architecture for multimodal biomedical image segmentation." Neural Networks 121 (2020): 74-87.

Usage


from multiresunet import MultiResUnet 
net = MultiResUnet(channels=3,filters=16,nclasses=1)



""" Arguments : channels - input image channels filters - filters to begin with (Unet) nclasses - number of classes """

Results

Trained on TGS Salt Identification Challenge data for 100 epochs

About

PyTorch implementation of MultiResUNet : Rethinking the U-Net Architecture for Multimodal Biomedical Image Segmentation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages