Self-Regulation for Semantic Segmentation

This is the PyTorch implementation for paper Self-Regulation for Semantic Segmentation, ICCV 2021.

Visual Parser

Citing SR-SS

@article{zhang2021sr,
  title={Self-Regulation for Semantic Segmentation},
  author={Dong, Zhang and Hanwang, Zhang and Jinhui, Tang and Xiansheng, Hua and Qianru, Sun},
  journal={International Conference on Computer Vision (ICCV)},
  year={2021}
}

Contact

If you have any questions, don’t hesitate to contact: [email protected].

Installation Instructions

  • Clone this repo:

git clone [email protected]:dongzhang89/SR-SS.git
cd SR-SS
  • Model Train:

python train.py
  • Model Test:

python test.py

GitHub

https://github.com/dongzhang89/SR-SS