CVPR2018:Disentangled Person Image Generation 换装换姿势

三部分:

1,运用openpose这个库,生成pose的18个dots,并将这concat进decoder之前的feature map中

2,在经过卷积运算后的feature map上,运用mask,将前后景分离,背景的feature map也是直接concat进最后的feature map中

3,核心是前景的处理上,用7个ROI进一步将前景解开,然后用公用的encoder生成前景的featuremap

相关文章:

  • 2021-08-11
  • 2021-10-26
  • 2022-12-23
  • 2021-09-15
  • 2021-07-09
  • 2021-09-20
  • 2021-05-05
猜你喜欢
  • 2021-07-01
  • 2021-09-22
  • 2021-10-23
  • 2021-11-18
  • 2022-12-23
  • 2021-04-09
  • 2021-11-15
相关资源
相似解决方案