oopil / UncertaintyAwareSSFewShotSeg

This repository includes implementation of paper "Uncertainty-Aware Semi-Supervised Few Shot Segmentation" published in Pattern Recognition.
1 stars 0 forks source link

Uncertainty Aware Semi-Supervised FSS

This repository includes inplementation of the paper "Uncertainty-aware semi-supervised few shot segmentation" published in Pattern Recognition.

Data Preparation for VOC Dataset

1. Download Pascal VOC dataset set the path for the directory in config.py file

2. Download pretrained model ResNet50 Resnet101 put them under FewShotSeg-dataset/cache/ folder.

Training & Evaluation in Command Line for Pascal VOC

Citation

If this code is helpful for your study, please cite:

@article{kim2023uncertainty,
  title={Uncertainty-aware semi-supervised few shot segmentation},
  author={Kim, Soopil and Chikontwe, Philip and An, Sion and Park, Sang Hyun},
  journal={Pattern Recognition},
  volume={137},
  pages={109292},
  year={2023},
  publisher={Elsevier}
}