Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 998 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 998 Bytes

High-Performance Few-Shot Segmentation with Foundation Models: An Empirical Study

arxiv link

Datasets

Please follow HSNet to prepare few-shot segmentation datasets.

Training and Testing

Training

python train.py --benchmark pascal/coco --logpath ./your_path --fold 0/1/2/3 --img_size 420

Testing

python test.py --benchmark pascal/coco --load ./your_path/model.pt --fold 0/1/2/3 --nshot 1/5 --img_size 420

To Do

References

Thanks to HSNet, a great few-shot segmentation codebase!