Skip to content

thoth000/Shape-Aware-Refinement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shape-Aware Refinement

This research proposes a PDE-based trainable refinement module for tubular-structure segmentation to enhance shape continuity. image

Paper / Slides

Overview

  • PDE-based refinement improves mask continuity while maintaining thin shape
  • Our approach is applied to various architectures for tubular-structure segmentation because of post-process

Dataset

Environment

  • Ubuntu 24.04.2 LTS
  • NVIDIA TITAN RTX(Memory: 24GB) * 4

How to run

  1. setup the environment.
$ pip install -r requirements.txt
  1. Download DRIVE dataset to /dataset.

  2. Run /dataset/data_process.py to fit dataset for training models.

$ cd dataset
$ python data_process.py -dp DATASET_PATH -dn DATASET_NAME
  1. train and test model.
$ cd pde-shape-refiner
$ main_ddp.sh

About

[JSAI2025] Research code for shape-aware refinement in segmentation using PDEs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published