/HP-SPS

BMVC 2017 Superpixel-based Semantic Segmentation Trained by Statistical Process Control

Primary LanguagePython

Superpixel-based Semantic Segmentation Trained by Statistical Process Control

This is a caffe implementation of the paper Superpixel-based Semantic Segmentation Trained by Statistical Process Control model_Arch

Additional Datasets

Please download superpixel result of Pascal Context or use Matlab download here

Run Model

install caffe from here and run solve.py

result

ex1_img ex1_gt ex1_est

ex1_img ex1_gt ex1_est

##Citing HP-SPC

If you feel interest from my research, please consider citing:

@article{park2017superpixel,
  title={Superpixel-based semantic segmentation trained by statistical process control},
  author={Park, Hyojin and Jeong, Jisoo and Yoo, Youngjoon and Kwak, Nojun},
  journal={arXiv preprint arXiv:1706.10071},
  year={2017}
}
}

Acknowledgements