SkillAgentSearch skills...

3DConvCaps

[ICPR 2022] 3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation

Install / Use

/learn @UARK-AICV/3DConvCaps
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

3DConvCaps: 3DUnet with Convolutional Capsule Encoder for Medical Image Segmentation

Table of Contents

Introduction

alt text

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.

Usage

Installation

  • 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

Data preparation

Our method is evaluated on three datasets:

See this repository for more details on data preparation.

Training

The training example script is available here

Validation

The evaluating example script is available here

See this repository for more details on training and evaluating parameters.

Trained models

Our trained 3DConvCaps models on three datasets can be downloaded as follows:

Acknowledgement

The implementation is mainly based on 3DUCaps thorough implementation.

Citation

@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}
}

Contacts

If you have any question, feel free to open an issue.

Related Skills

View on GitHub
GitHub Stars47
CategoryHealthcare
Updated1mo ago
Forks6

Languages

Python

Security Score

95/100

Audited on Mar 1, 2026

No findings