Simple-SR icon indicating copy to clipboard operation
Simple-SR copied to clipboard

Can Best-Buddy Loss train without GAN and perceptual loss?

Open Ken1256 opened this issue 2 years ago • 3 comments

Will it better than L1 loss? Thanks

Ken1256 avatar Jun 01 '22 05:06 Ken1256

Thanks for the nice comments. We only incorporate our BBL into the adversarial training, outperforming than L1 loss. You can try your proposal.

fenglinglwb avatar Jun 01 '22 05:06 fenglinglwb

get_flat_mask l_img = (0.2989 * r + 0.587 * g + 0.114 * b).unsqueeze(dim=1)

0.2989 0.587 0.114 where the RGB number come from?

Ken1256 avatar Jun 01 '22 06:06 Ken1256

It just converts a color image to a grey image...

fenglinglwb avatar Jun 01 '22 06:06 fenglinglwb