Skip to content

matq-hit/PIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIP: Delving Deeper Into Pixel Prior for Box-Supervised Semantic Segmentation

The implementation of "Delving Deeper Into Pixel Prior for Box-Supervised Semantic Segmentation", IEEE TIP.

Dependency

  • python 3.7 / pytorch 1.2.0
  • pydensecrf
  • opencv

Datasets

Finally, it should like this

VOCdevkit
└── VOC2012
    ├── ImageSets
    ├── JPEGImages
    ├── SegmentationClass
    ├── SegmentationClassAug
    ├── SegmentationClassBboxCRF
    └── VOC12_M&G+

Performance

Train set Eval set Supervision Method Mean IoU
train_aug
val Box WSSL_CRF + PIP 63.6
SDI + PIP 67.9
Full DeepLab-LargeFOV 69.6

Usage

Train

python main.py --type=train

Test

python main.py --type=test --use_crf

Evaluate

python evalate.py

Others

  1. trained model.
  2. For DeepLabv2-ResNet-101 backbone, we refer to deeplab-pytorch. We also provide the ImageNet pretrained model.

Reference

  1. DeepLab-V1-PyTorch

Bibtex

@ARTICLE{9684236,
  author={Ma, Tianqi and Wang, Qilong and Zhang, Hongzhi and Zuo, Wangmeng},
  journal={IEEE Transactions on Image Processing}, 
  title={Delving Deeper Into Pixel Prior for Box-Supervised Semantic Segmentation}, 
  year={2022},
  volume={31},
  number={},
  pages={1406-1417},
  doi={10.1109/TIP.2022.3141878}}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages