Home

Awesome

MLLA-UNet

The codes for the work "MLLA-UNet: Mamba-like Linear Attention in an Efficient U-Shape Model for Medical Image Segmentation".

1. Pretrained Models: You can choose a pretrained model based on your preference.

modelResolution#ParamsFLOPsacc@1configpretrained weights
MLLA-T22425M4.2G83.5configTsinghuaCloud
MLLA-S22443M7.3G84.4configTsinghuaCloud
MLLA-B22496M16.2G85.3configTsinghuaCloud

Ref: [MLLA Official Implementation]

2. Prepare data

Preprocessing:

Ref: nnUNet

3. Environment

4. Train/Test

sh train.sh
sh test.sh

References