researchmm / TTSR

[CVPR'20] TTSR: Learning Texture Transformer Network for Image Super-Resolution
MIT License
765 stars 115 forks source link

ref1+ref2+ref3+ref4+ref5 -> 27.01? #25

Closed flybiubiu closed 3 years ago

scutlrr commented 3 years ago

the ref_sr=ref(downscale+upscale), instead of sample_batch['ref_sr'] you need to use resize function to process ref

flybiubiu commented 3 years ago

the ref_sr=ref(downscale+upscale), instead of sample_batch['ref_sr'] you need to use resize function to process ref Thx!Thx!Get the right value! Thx author help!

flybiubiu commented 3 years ago

the ref_sr=ref(downscale+upscale), instead of sample_batch['ref_sr'] you need to use resize function to process ref Thx!Thx!Get the right value! Thx author help!

In fact, I am not the author...

hahha!This problem also be helped with author with chat tool. Also,your suggestion is sure right!

huaxinxiao commented 3 years ago

@flybiubiu @scutlrr It seems how to simultaneously calculate the five references not very clear? Could you provide some examples?