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

Can we also use the model to upscale without downscaling first? #10

Closed FeKgr closed 4 years ago

FeKgr commented 4 years ago

From what I understand the model(s) first downscale the source frames to LR and then upscale them again, trying to reach as much similarity to the original HR images... What settings in e.g. the iSeeBetterTest.py file to try up-scaling without pictures being downscaled first?

Thank you so much for your responses. This work is amazing!

FeKgr commented 4 years ago

Already found the answer in Issue #7