PyTorch로 구현한 3D Segmentation 모델 3가지입니다. github.com/bo-10000/pytorch_3d_segmentation bo-10000/pytorch_3d_segmentation PyTorch implementation of VoxResNet, Attention U-Net and V-Net - bo-10000/pytorch_3d_segmentation github.com VoxResNet residual learning을 적용한 모델입니다. residual module(b)을 여러 겹 쌓은 구조를 가지고 있고, 중간중간 auxiliary classifier을 배치하여 그 결과를 합쳤습니다. MICCAI MRIBrainS challenge에서 1위를 차지했습니다. 논문 링크 ..