Code for paper "LUCF-Net: Lightweight U-shaped Cascade Fusion Network for Medical Image Segmentation".
- Please prepare an environment with Ubuntu 20.04, with Python 3.9.16, PyTorch ≥ 2.0.0, and CUDA ≥ 11.7
- Train
python train.py --root_path your DATA_DIR --max_epochs 600 --output_dir your OUT_DIR --base_lr 0.05 --batch_size 16
- Test
python test.py --is_savenii --volume_path your DATA_DIR --output_dir your OUT_DIR --pretrained_pth model weights
https://drive.google.com/file/d/1damvHExKamIBf6_qh9L9K7APtrOnvYZA/view?usp=drive_link
@article{sun2024LUCF-Net,
title={LUCF-Net: Lightweight U-shaped Cascade Fusion Network for Medical Image Segmentation},
author={Sun, Songkai and She, Qingshan and Ma, Yuliang and Li, Rihui and Zhang, Yingchun},
year={2024}
}