Table of Contents
The figure above illustrates our 3DConvCaps architecture. Details about it are described in our paper here. The main implementation of this network can be find here.
- Clone the repository:
git clone https://github.com/UARK-AICV-Lab/3DConvCaps
- Install dependencies depends on your cuda version (CUDA 10 or CUDA 11)
conda env create -f environment_cuda11.yml
or
conda env create -f environment_cuda10.yml
Our method is evaluated on three datasets:
- iSeg-2017 challenge (infant brain MRI segmentation): https://iseg2017.web.unc.edu/download/
- Cardiac and Hippocampus dataset from Medical Segmentation Decathlon: http://medicaldecathlon.com/
See this repository for more details on data preparation.
The training example script is available here
The evaluating example script is available here
See this repository for more details on training and evaluating parameters.
Our trained 3DConvCaps models on three datasets can be downloaded as follows:
The implementation is mainly based on 3DUCaps thorough implementation.
@article{tran20223dconvcaps,
title={3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation},
author={Tran, Minh and Vo-Ho, Viet-Khoa and Le, Ngan TH},
journal={arXiv preprint arXiv:2205.09299},
year={2022}
}
If you have any question, feel free to open an issue.