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]
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}
}
pip install -r requirements.txt
python run_sample.py
This project is build based on IRN: https://github.com/jiwoon-ahn/irn. Many thanks to their greak work!