LDL
LDL copied to clipboard
Code about local variance of the residual map
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 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