File tree Expand file tree Collapse file tree 2 files changed +0
-135
lines changed
Expand file tree Collapse file tree 2 files changed +0
-135
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55* UNet2D :mod:`pymic.net.net2d.unet2d.UNet2D`
66* UNet2D_DualBranch :mod:`pymic.net.net2d.unet2d_dual_branch.UNet2D_DualBranch`
7- * UNet2D_URPC :mod:`pymic.net.net2d.unet2d_urpc.UNet2D_URPC`
87* UNet2D_CCT :mod:`pymic.net.net2d.unet2d_cct.UNet2D_CCT`
98* UNet2D_ScSE :mod:`pymic.net.net2d.unet2d_scse.UNet2D_ScSE`
109* AttentionUNet2D :mod:`pymic.net.net2d.unet2d_attention.AttentionUNet2D`
1716from __future__ import print_function , division
1817from pymic .net .net2d .unet2d import UNet2D
1918from pymic .net .net2d .unet2d_dual_branch import UNet2D_DualBranch
20- from pymic .net .net2d .unet2d_urpc import UNet2D_URPC
2119from pymic .net .net2d .unet2d_cct import UNet2D_CCT
2220from pymic .net .net2d .cople_net import COPLENet
2321from pymic .net .net2d .unet2d_attention import AttentionUNet2D
3028SegNetDict = {
3129 'UNet2D' : UNet2D ,
3230 'UNet2D_DualBranch' : UNet2D_DualBranch ,
33- 'UNet2D_URPC' : UNet2D_URPC ,
3431 'UNet2D_CCT' : UNet2D_CCT ,
3532 'COPLENet' : COPLENet ,
3633 'AttentionUNet2D' : AttentionUNet2D ,
You can’t perform that action at this time.
0 commit comments