Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.28 KB

readme.MD

File metadata and controls

34 lines (26 loc) · 1.28 KB

Data setup

Please put the split file in ./dataset/dataset_0.json in the root folder of dataset

--data
----BTCV
------imagesTr
------imagesTs
------labelsTr
------dataset_0.json

Please find the BTCV dataset setup instructions from UNETR repor at this Link

Model Zoo

Checkpoints available at

Syntax Feature Size Dice Weight
Mamba3D-S/16 32 83.1 weight
Mamba3D-S+/16 32 83.9 weight
Mamba3D-B/16 32 82.7 weight
Mamba3D-B/16 64 84.7 weight

Training

See exps folder for training scripts

Evaluation

python main.py --val  --data_dir=<RawDataPath> --use_mamba --hidden_size <hidden size> --load_ckpt <ckpt> --resume_ckpt --feature_size <feature size>

where the hidden size for Mamba-ND-S, Mamba-ND-S+, and Mamba-ND-B is 384,512,768