论文:Real-time Hair Segmentation and Recoloring on Mobile GPUs

Github:https://github.com/google/mediapipe

CVPR2019

论文提出了一个手机端的实时的发型分割+换色的方案,使用手机端的gpu可以达到30-100FPS。

 

网络结构:

实时发型分割+换色

整体结构为hourglass 沙漏型结构。输出部分还加入了denseNet的层。

网络输入为rgb+mask共四个通道的输入,其中,mask为视频中前一帧的分割结果。

实时发型分割+换色

 

整体流程:

实时发型分割+换色

 

数据集label:

实时发型分割+换色

 

运行效果:

实时发型分割+换色

实时发型分割+换色

 

 

 

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-12-10
  • 2021-06-07
  • 2021-12-03
  • 2021-11-27
  • 2021-09-23
  • 2021-07-29
猜你喜欢
  • 2021-06-15
  • 2021-08-11
  • 2021-07-29
  • 2022-01-19
  • 2022-12-23
  • 2021-05-09
  • 2021-09-02
相关资源
相似解决方案