liuweide01 / RPNet-Weakly-Supervised-Segmentation

Cross-Image Region Mining with Region Prototypical Network for Weakly Supervised Segmentation
MIT License
16 stars 0 forks source link
deep-learning pytorch segmentation weakly-supervised-learning

Cross-Image Region Mining with Region Prototypical Network for Weakly Supervised Segmentation

Alt

The code of: Cross-Image Region Mining with Region Prototypical Network for Weakly Supervised Segmentation, Weide Liu, Xiangfei Kong, Tzu-Yi Hung, Guosheng Lin, [Paper]

Citation

If you find the code useful, please consider citing our paper using the following BibTeX entry.

@article{liu2021cross,
  title={Cross-Image Region Mining with Region Prototypical Network for Weakly Supervised Segmentation},
  author={Liu, Weide and Kong, Xiangfei and Hung, Tzu-Yi and Lin, Guosheng},
  journal={IEEE Transactions on Multimedia},
  year={2021},
  publisher={IEEE}
}
@article{liu2021cross,
  title={Cross-Image Region Mining with Region Prototypical Network for Weakly Supervised Segmentation},
  author={Liu, Weide and Kong, Xiangfei and Hung, Tzu-Yi and Lin, Guosheng},
  journal={arXiv preprint arXiv:2108.07413},
  year={2021}
}

Prerequisite

Usage

Install python dependencies

pip install -r requirements.txt

Download PASCAL VOC 2012 devkit

Download COCO 2014 devkit

Run run_sample.py or make your own script

python run_sample.py

Train DeepLab with the generated pseudo labels

Related Repositories

This project is build based on IRN: https://github.com/jiwoon-ahn/irn. Many thanks to their greak work!

TO DO