Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSM-SAM

Yiming Zhang, Tianang Leng, Kun Han, Xiaohui Xie

Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision

Environment

This code was implemented with Python 3.8 and PyTorch 1.13.0. You can install all the requirements via:

pip install -r requirements.txt

Quick Start

  1. Download the pre-trained SAM(Segment Anything) and put it in ./pretrained.
  2. Training:
 python train.py --config configs/sam-bit-b.yaml
  1. Evaluation:
python test.py --config [CONFIG_PATH] --model [MODEL_PATH]

Citation

If you find our work useful in your research, please consider citing:

@misc{zhang2023selfsampling,
      title={Self-Sampling Meta SAM: Enhancing Few-shot Medical Image Segmentation with Meta-Learning}, 
      author={Yiming Zhang and Tianang Leng and Kun Han and Xiaohui Xie},
      year={2023},
      eprint={2308.16466},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages