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

Histogram loss weight

yijun-li-20 opened this issue · comments

Hi, thank you for your great work and wonderful demo

Here I am confused about whether you choose to use the histogram loss in the implementation. When you have mentioned that in your paper, you didn't have suggested a value for hist_loss weight, just optimizing with other parts of loss function. I am curious if the histogram part is necessary or do you have any advice upon this part of the experiment? Your help is greatly appreciated!

Hi Sorry for the late reply. Yes, we get rid of the histogram loss for the sake of computation time, since it doesn't help too much.