Code Monkey home page Code Monkey logo

deepclosing's Introduction

Deep Closing: Enhancing Topological Connectivity in Medical Tubular Segmentation

The repo of our paper 'Deep Closing: Enhancing Topological Connectivity in Medical Tubular Segmentation'

Environment

conda create -n DeepClosing python=3.10
conda activate DeepClosing
pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/whl/cu116
pip install pytorch-lightning==1.5.0
pip install monai==0.9.0
pip install scikit-image
pip install wandb
pip install nibabel

Quick Reference:

To begin with, the proposed framework,Deep Closing, consists of two operation:

  • (1) Deep Dilation:
    def DeepDilation(self,T,is_infer_sliding_window=True, sw_roi_size=(224,224),sw_batch_size=4,verbose=False):
  • (2) Simple Component Erosion:
    def Simple_Component_Erosion(self, T, M_T):
  • (*) DeepClosing = DeepDilation + Simple Component Erosion (Inference):
    def DeepClosing(self,T,is_infer_sliding_window=True, sw_roi_size=(224,224),sw_batch_size=4,verbose=False):

The implementation of the proposed Simple Point Erosion Module is presented in the position below:

def DeepClosing(self,T,is_infer_sliding_window=True, sw_roi_size=(224,224),sw_batch_size=4,verbose=False):

Besides, the Masked Shape Reconstruction (Training Stage) is presented in the position below:

def Masked_Shape_Reconstruction(config_path, device = torch.device("cuda:0")):

todo

We plan to provide more detailed information after the acceptance of our paper. Thanks for your constructive comments to help us improve our paper.

deepclosing's People

Contributors

5k5000 avatar fivethousand5k avatar

Stargazers

Yankai Chen avatar César Acebes  avatar

Watchers

TaoH 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.