zhangpeihao / SAM-LST

Pytorch implementation of paper Ladder Fine-tuning approach for SAM integrating complementary network.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAM-LST

Pytorch implementation of paper Ladder Fine-tuning approach for SAM integrating complementary network.

We will update the code progressively.

overview

Data Preparation

We borrow the data process from SAMed.

Training & Testing

Training

python train.py --root_path <Your folder> --output <Your output path> --warmup --AdamW 

Testing

python test.py --is_savenii --output_dir <Your output directory> --my_ckpt <ckpt path>

Pretrained Models

Acknowledgements

This repo is based on SAMed and TransUnet.

Thanks original authors for their work!

About

Pytorch implementation of paper Ladder Fine-tuning approach for SAM integrating complementary network.

License:MIT License


Languages

Language:Python 100.0%