Coder Social home page Coder Social logo

orange-yy / dual-stream-mhsi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from deepmed-lab-ecnu/dual-stream-mhsi

0.0 0.0 0.0 77 KB

Offical Code for "Factor Space and Spectrum for Medical Hyperspectral Image Segmentation" (MICCAI2023)

License: MIT License

Python 100.00%

dual-stream-mhsi's Introduction

Factor Space and Spectrum for Medical Hyperspectral Image Segmentation (MICCAI 2023)

by Boxiang Yun, Qingli Li, Lubov Mitrofanova, Chunhua Zhou & Yan Wang*

Introduction

(MICCAI 2023) Official code for "Factor Space and Spectrum for Medical Hyperspectral Image Segmentation". dual-stream

Requirements

This repository is based on PyTorch 1.12.0, CUDA 11.3, and Python 3.9.7. All experiments in our paper were conducted on NVIDIA GeForce RTX 3090 GPU with an identical experimental setting.

Usage

We provide code, dataset, and model for the MDC dataset.

The official dataset can be found at MDC. However, due to its size, we also provide preprocessed data (including denoising and resizing operations) for reproducing our paper experiments."

Download the dataset and move to the dataset fold.

To train a model,

CUDA_VISIBLE_DEVICES=0,1 torchrun --nproc_per_node=2 --nnodes=1\
train_mdc.py  -r /dataset
-b 4 \
-spe_c 60 \
-b_group 15 \
-link_p 0 0 1 0 1 0 \
-sdr 4 4 \
-hw 320 256 \
-msd 4 4 \
-name Dual_MHSI \

To test a model,

CUDA_VISIBLE_DEVICES=0 python eval_seg_sst.py  -r /dataset \
-spe_c 60 \
-b_group 15 \
-link_p 0 0 1 0 1 0 \
-sdr 4 4 \
-hw 320 256 \
-msd 4 4 \
--pretrained_model ./bileseg-checkpoint/Dual_MHSI/best_epoch63_dice0.7547.pth

Citation

If you find these projects useful, please consider citing:

@InProceedings{10.1007/978-3-031-43901-8_15,
author="Yun, Boxiang
and Li, Qingli
and Mitrofanova, Lubov
and Zhou, Chunhua
and Wang, Yan",
title="Factor Space and Spectrum for Medical Hyperspectral Image Segmentation",
booktitle="Medical Image Computing and Computer Assisted Intervention -- MICCAI 2023",
year="2023",
publisher="Springer Nature Switzerland",
address="Cham",
pages="152--162",
}

Acknowledgements

Some modules in our code were inspired by Hamburger and segmentation_models.pytorch. We appreciate the effort of these authors to provide open-source code for the community. Hope our work can also contribute to related research.

Questions

If you have any questions, welcome contact me at '[email protected]'

dual-stream-mhsi's People

Contributors

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