conson0214

Results 4 comments of conson0214

> Hi thank you for your great work first! > Actually it seems that you are taking the rgb values from sRGB image and putting them in the corresponding Raw...

the loss function in my traning codes as following, i use CoBi_{RGB} as a part of total loss, but i`m wondering if I define it properly? import contextual_loss as cl...

How to calculate CoBi_RGB using nxn RGB patches as features? I`m confused when reading this part of paper. like this **1/w*h * Σ{criterion_rgb(self.fake_H(nxn), self.real_H(nxn))}**? calculate CoBi_RGB per pixel in its...

when i training ESRGAN using Contextual Bilateral Loss, without l1/perceptual/GAN loss all the inference results seem to have artifacts like water ripple in smooth areas Do you have any idea...