Cross-Scale-Non-Local-Attention
Cross-Scale-Non-Local-Attention copied to clipboard
PyTorch code for our paper "Image Super-Resolution with Cross-Scale Non-Local Attention and Exhaustive Self-Exemplars Mining" (CVPR2020).
How is the correlation maps in the paper drawn? Is it MATLAB or Python? Can I ask for advice on how to write the code? Thank you so much!
PSNR nan
I create the LR dataset via resize function from opencv, using bicubic method. But when I start to train the model, the reported PSNR is always nan , both in...
Hello, how were the model sizes and parameters mentioned in the paper table2 calculated? How long was the training time of the model?
Hello, I want to ask, that is, I want to apply sem proposed in this paper as an attention module to other baseline for feature enhancement, but I did not...