LDL icon indicating copy to clipboard operation
LDL copied to clipboard

Code about local variance of the residual map

Open haikunzhang95 opened this issue 1 year ago • 1 comments

Hi,

Can you provide the code for generating local residual variation map (A map like the 4th column of Figure 5 in the paper)?

Thank you!

haikunzhang95 avatar Sep 28 '23 07:09 haikunzhang95

@haikunzhang95 I searched for it as well and found it here: https://github.com/csjliang/LDL/blob/master/basicsr/losses/LDL_loss.py

And this is how it is applied during training: https://github.com/csjliang/LDL/blob/master/basicsr/models/srganArtifactsDis_model.py#L104

momower1 avatar Oct 01 '23 17:10 momower1