owenzlz / DeepImageBlending

This is a Pytorch implementation of deep image blending

Home Page:https://arxiv.org/pdf/1910.11495.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accuracy drop on custom object

abhigoku10 opened this issue · comments

@ChickenTarm @owenzlz hi thansk for sharing the source code , i am having few queries

  1. How to obtain the intermediate results like Lcontent , Lsytle from the source code
  2. when i am trying to blend my custom object on the target image for the first only i am getting results like below where the texture of the ball has been modified
    image
    image

Can you please share your thoughts on this Thanks in advance

  1. to get the images you are talking about. You would need to remove those corresponding losses from contributing during each optimizer step.
  2. The amount of border you have for the object you are embedding matters. That is something that would require playing with to achieve the best results.