pytoflow icon indicating copy to clipboard operation
pytoflow copied to clipboard

Question About Super Resolution

Open delldu opened this issue 3 years ago • 1 comments

Dear friend, First all, we hope express our thanks for your hard work. Second, we have an question: Why super resolution output size is same as input images ? Best Regards,

delldu avatar Apr 14 '21 09:04 delldu

Hello, thank you for your interest.

Actually, I upsample the original input images first. Then input them into our network. Finally, it generates the output image of super-resolution.

For example, the original input images have shapes of (batch_size, 256, 256, 3). We will firstly upsample them to (bs, 512, 512, 3), then generate (bs, 512, 512, 3) images.

Hope this helps.

Coldog2333 avatar Jul 20 '21 06:07 Coldog2333