caojiezhang / DATSR

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

how to use multiple reference images? #5

Open Harper714 opened 1 year ago

Harper714 commented 1 year ago

Fig. 9 of the paper shows better performance with increasing #Ref images, but how to use multiple reference images in the model? Are there any training and testing codes to do this?

caojiezhang commented 1 year ago

I concatenate multiple reference images as a big Ref image. I will update the code later.

Harper714 commented 1 year ago

Concatenate them on spatial dimensions or along the feature channel?

Also look forward to the code~

GuangmingWang8049 commented 1 year ago

我将多个参考图像连接成一个大参考图像。我稍后会更新代码。

Could you please update the code for multiple reference images in your free time?

Onlyuuuu commented 5 months ago

Waiting for the code for multiple reference images!