tkuri / papers

Summarizing the papers I have read (Japanese)
41 stars 1 forks source link

Deep Image Blending #300

Open tkuri opened 3 years ago

tkuri commented 3 years ago

論文概要

2つの画像の合成をポワソンブレンディングを組み込んだ2段階のNNで行う。元の領域に対してシームレスな境界を生成し、ターゲット画像を更にRefineする。ポワソン方程式の目的関数を強制する微分可能な損失を提案したのがキモ、他の再構成手法との組み合わせも可能。

bib_20201210 00 https://openaccess.thecvf.com/content_WACV_2020/html/Zhang_Deep_Image_Blending_WACV_2020_paper.html

Code

https://github.com/owenzlz/DeepImageBlending