Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.42 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.42 KB

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