amanchadha / iSeeBetter

iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
https://arxiv.org/abs/2006.11161
MIT License
359 stars 68 forks source link

Using -u option still gives same resolution image back? #24

Closed thijsheijden closed 2 years ago

thijsheijden commented 3 years ago

As the title of the issue says, if I run inference using the -u option I still get the same resolution output image as the input image I provide. Does -u only work for certain resolutions?

sunyclj commented 2 years ago

i use the -u option when inference,report error :RuntimeError: CUDA out of memory. if not use,get the same size as the input image.