fathercharose/RSN
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a sharing of the code in the paper. If it helps you, please cite the original paper. Introduction to each module model_patch_same_size.py This is the network model of this article(SDERSN) model_patch_same_size_without_shrinkage.py This is the network model of this article but the shrinkage module is removed, which is equivalent to the traditional CNN model unet.py This is the U-net network compared with the SDERSN