This repository contains the PortraitNet (reproduced by PyTorch) for "PortraitNet: Real-time portrait segmentation network for mobile device." which modified from MobileNetV2_unet.
Any discussions or concerns are welcomed!
If you find this paper useful in your research, please consider citing:
@article{
title={ PortraitNet: Real-time Portrait Segmentation Network for Mobile Device},
author={Song-Hai Zhang, Xin Dong, Jia Li, Ruilong Li, Yong-Liang Yang},
journal={Computers & Graphics},
year={2019}
}
- Akira Sosa whose blog ''Real-Time deep learning in mobile application'' is a very excellent tutorial for practical application.