less than 1 minute read

比图像修复更进一步,能从一个图像片段“推断”出外延的部分,补全成整个画面;是斯坦福大学 CS230 课程中 Mark Sabini 的期末作品;

Image outpainting

1 综述

2 图像补全

  1. Globally and Locally consistent image completion
    2017 torch-official

  2. Painting Outside the Box: Image Outpainting with GANs
    2018-08-25 paper | note | keras | blog

  3. Multimodal Image Outpainting With Regularized Normalized Diversification
    2019-10-25 paper
    提出新的正则化方法处理多样的输入;并使用特征金字塔提高生成图像的质量;


TOP

附录

A 资源

B 参考资料

Comments