Coder Social home page Coder Social logo

cssnet's Introduction

CSSNet

Official code for CSSNet: Cascaded Spatial Shift Network for Multi-organ Segmentation. Our paper has been accepted by Computers in Biology and Medicine!

Our project is based on TransUNet and AS-MLP. Thanks for their great work!

Installation

  1. First install the pytorch.
conda create -n mlp python=3.8 -y
conda activate mlp
conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 cudatoolkit=10.2 -c pytorch
  1. Following the TransUNet to install the dependency.
  2. If you need the preprocessed data of Synapse dataset, please send an email to [email protected].

Training and Testing

  1. Following the TransUNet to prepare the data.

  2. Run the following code to train the model.

python train.py --dataset Synapse
  1. You can use the following code to test the model.
python test.py --dataset Synapse

Core code

  1. You can find the Cascaded-MLP code in as_mlp.py.

  2. The network code is in Seg.py.

Citation

If you think our work is helpful, please cite our paper

@article{2024cssnet,
author = {Yeqin Shao, Kunyang Zhou, and Lichi Zhang},
title = {CSSNet: Cascaded spatial shift network for multi-organ segmentation},
journal = {Computers in Biology and Medicine},
year = {2024}
}

cssnet's People

Contributors

zkyseu avatar

Stargazers

 avatar ChiZheng Liu avatar  avatar

Watchers

Kostas Georgiou avatar  avatar

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.