Code Monkey home page Code Monkey logo

acminet's Introduction

ACMINet

The Pytorch implementation of "A 3D Cross-Modality Feature Interaction Network With Volumetric Feature Alignment for Brain Tumor and Tissue Segmentation" on the BrainTS2020 dataset.

Requirements

Experiments were performed on an Ubuntu 18.04 workstation with two 24G NVIDIA GeForce RTX 3090 GPUs , CUDA 11.1, and install the virtual environment (python3.8) by:

pip install -r requirements.txt

The Ranger optimizer is used in this project, and install it by the following project:

https://github.com/lessw2020/Ranger-Deep-Learning-Optimizer

Implementation

Data download

Download the BraTS2020 dataset and change data config:

vim ./src/path_config.py
# training dataset
BRATS_TRAIN_FOLDERS = "./xx/MICCAI_BraTS2020_TrainingData/"
# validation dataset
BRATS_VAL_FOLDER = "./xx/MICCAI_BraTS2020_ValidationData/"
# test dataset 
BRATS_TEST_FOLDER = "./xx/MICCAI_BraTS2020_Data_Testing/"

Training and Predicting

Run different models and change the '--fold' parameters to select the cross-validation fold (0 to 4)๏ผš

sh train_models.sh

Predicting the validation data by multi-model ensemble:

python step2_inference.py --devices 0 --on val --tta

Citation

If our projects are beneficial for your works, please cite:

@ARTICLE{9920184,
author={Zhuang, Yuzhou and Liu, Hong and Song, Enmin and Hung, Chih-Cheng},
journal={IEEE Journal of Biomedical and Health Informatics}, 
title={A 3D Cross-Modality Feature Interaction Network With Volumetric Feature Alignment for Brain Tumor and Tissue Segmentation}, 
year={2023},
volume={27},
number={1},
pages={75-86},
doi={10.1109/JBHI.2022.3214999}}

Acknowledge

Our training codes is developed from the Top10 BraTS 2020 open sourced solution, please refer to their paper: https://arxiv.org/abs/2011.01045.

acminet's People

Contributors

healingl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

acminet's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.