VideoSuperResolution icon indicating copy to clipboard operation
VideoSuperResolution copied to clipboard

A collection of state-of-the-art video or single-image super-resolution architectures, reimplemented in tensorflow.

Results 8 VideoSuperResolution issues
Sort by recently updated
recently updated
newest added

Nice collection, it would be great to arrange a colab to visually compare them all - side to side - like: ![](https://raw.githubusercontent.com/JingyunLiang/SwinIR/main/figs/real_world_image_sr.png) Last but not least, SwinIR is not listed:...

ubuntu系统,显示没有那个文件或目录,盘里也搜索了没找到config.yml。另外,请问默认设置是pytorch么?谢谢!

Hi, I'm trying to test some models using the "Inference SRCNN" notebook, and I can't seem to be able to convert the inference results to images. I've tried using `array_to_img`...

Refactor is planned. The objects are: - Support TF2.0 - Unify calling of TF model and PyTorch model - Easier PIPY package to call from another project - Open access...

enhancement

Please take a look at https://github.com/ChaofWang/Awesome-Super-Resolution and https://github.com/YapengTian/Single-Image-Super-Resolution for other algorithms that you can implement in order to be complete.

I'm new to pytorch and I don't know how to get a pre-trained model srcnn.pth.Thank you!

I love the idea of this project, but following the readme.md does not produce a working test. Is there something I'm missing? For instance, after creating the environment ``` conda...