Skip to content
/ SAM-LST Public

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

License

Notifications You must be signed in to change notification settings

11yxk/SAM-LST

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages