Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.04 KB

File metadata and controls

38 lines (26 loc) · 1.04 KB

Self Correction for Human Parsing

We propose a simple yet effective multiple human parsing framework by extending our self-correction network.

Here we show an example usage jupyter notebook in demo.ipynb.

Requirements

Please see INSTALL.md for further requirements.

Citation

Please cite our work if you find this repo useful in your research.

@article{li2019self,
  title={Self-Correction for Human Parsing},
  author={Li, Peike and Xu, Yunqiu and Wei, Yunchao and Yang, Yi},
  journal={arXiv preprint arXiv:1910.09777},
  year={2019}
}

Visualization

  • Source Image. demo
  • Instance Human Mask. demo-lip
  • Global Human Parsing Result. demo-lip
  • Multiple Human Parsing Result. demo-lip

Related

Our implementation is based on the Detectron2.