caojiezhang / DATSR

PyTorch implementation of "Reference-based Image Super-Resolution with Deformable Attention Transformer (ECCV2022)"
Other
134 stars 12 forks source link

implementation of RDA (reference-based deformable attention) #14

Open mrluin opened 1 year ago

mrluin commented 1 year ago

Hello,

How do you use RDA in your RefSR framework? I found that the framework still adopts deformble convolution rather than deformable attention.

Guohaitao1 commented 1 month ago

Hello,

How do you use RDA in your RefSR framework? I found that the framework still adopts deformble convolution rather than deformable attention.

hello do you have this paper mmsr file?

GoatSun commented 2 days ago

network_map and network_extractor of the code in the repo is the same with c2-matching. I think the author did not release the RDA and Correspondence matching code. Is there any other comments?