Multi-Class Segmentation - PraNet-V2
April 17, 2025 ยท View on GitHub
๐ Overview
Welcome to the multi-class segmentation zone of PraNet-V2! ๐๐ฅ
This directory contains all the goodies for training, testing, and inference on multi-class semantic segmentation tasks, including ACDC and Synapse datasets. ๐
๐ Directory Structure
multi-class/
โโโ EMCAD/ # EMCAD model implementation
โโโ MERIT/ # MERIT model implementation
โโโ MIST/ # MIST model implementation
โโโ model_pth/ # Pre-trained model directory
โโโ dataset/ # Dataset directory
โโโ README.md # This file
๐ How to Run
Training
cd ./multi-class/MIST
python -W ignore Synapse_train.py --dual
Inference
cd ./multi-class/EMCAD
python -W ignore test_synapse.py --dual
Evaluation
# Evaluation results are logged in the `test_log/` directory
๐ฅ Dataset Download
Please refer to the main README for dataset download instructions and place the datasets in the multi-class/dataset/ directory.
๐ Citation
If you find our work useful, please consider citing us! ๐๐
@article{hu2025pranet2,
title={PraNet-V2: Dual-Supervised Reverse Attention for Medical Image Segmentation},
author={Hu, Bo-Cheng and Ji, Ge-Peng and Shao, Dian and Fan, Deng-Ping},
journal = {arXiv preprint arXiv:2504.10986},
year={2025},
url = {https://arxiv.org/abs/2504.10986}
}