This is the official code repository for "EGE-UNet: an Efficient Group Enhanced UNet for skin lesion segmentation", which is accpeted by 26th International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI2023) as a regular paper! 0. Main Environments python 3.8 pytor...
代码仓库:github.dev/JCruan519/EG 首先看模型整体结构图: 上图红圈里说了,MP代表Max Pooling,BI代表Bilinear Interpolation。至于图中的GHPA和GAB是什么,后面会讲。 相关代码链接。 由下面的代码截图可见,Max Pooling的核大小为2,步长大小为2。 我觉得本文有三大看点和贡献: 1. GHPA(Group multi-axis Hadamard...
Our code is available at https://github.com/JCruan519/EGE-UNet .Ruan, JiachengShanghai Jiao Tong UniversityXie, MingyeShanghai Jiao Tong UniversityGao, JingshengShanghai Jiao Tong UniversityLiu, TingShanghai Jiao Tong UniversityFu, Yuzhuo
Our code is available at https://github.com/JCruan519/EGE-UNet . 展开 会议名称: International Conference on Medical Image Computing and Computer-Assisted Intervention 会议时间: 2023 主办单位: Springer, Cham 收藏 引用 批量引用 报错 分享
panzhifengopened this issueMar 17, 2024· 0 comments No description provided. panzhifengclosed this ascompletedApr 28, 2024 Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
(MICCAI23) This is the official code repository for "EGE-UNet: an Efficient Group Enhanced UNet for skin lesion segmentation". - GitHub - JCruan519/EGE-UNet at f52ba30c6bf7d0ca479c2c9d4a3cbda999f49d3a
def __len__(self): return len(self.data) 0 comments on commit f52ba30 Please sign in to comment. Footer © 2024 GitHub, Inc. Footer navigation Terms Privacy Security Status Docs Contact Manage cookies Do not share my personal information ...