8000 GitHub - JunZengz/RMAMamba: A Reverse Mamba Attention Network for Pathological Liver Segmentation
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JunZengz/RMAMamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Reverse Mamba Attention Network for Pathological Liver Segmentation

Overview

Create Environment

conda create -n RMAMamba python==3.8.16
conda activate RMAMamba

Install Dependencies

pip install -r requirements.txt
cd selective_scan && pip install .

Download Checkpoint

Download pretrained checkpoints from Google Drive and move it to the pretrained_pth directory.

Download Dataset

Download CirrMRI600+ dataset from this link and move it to the data directory.

Train

python train.py --model RMAMamba_S

Test

python test.py --model RMAMamba_S

Weight Files

Our weight files and result maps are available on Google Drive.

Citation

Please cite our paper if you find the work useful:

@article{zeng2025reverse,
  title={A Reverse Mamba Attention Network for Pathological Liver Segmentation},
  author={Zeng, Jun and Jha, Debesh and Aktas, Ertugrul and Keles, Elif and Medetalibeyoglu, Alpay and Antalek, Matthew and Lewandowski, Robert and Ladner, Daniela and Borhani, Amir A and Durak, Gorkem and others},
  journal={arXiv preprint arXiv:2502.18232},
  year={2025}
}

Contact

Please contact zeng.cqupt@gamil.com for any further questions.

About

A Reverse Mamba Attention Network for Pathological Liver Segmentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0