NCNet icon indicating copy to clipboard operation
NCNet copied to clipboard

[AIM & ECCVW 2022] Fast Nearest Convolution for Real-Time Image Super-Resolution

Results 4 NCNet issues
Sort by recently updated
recently updated
newest added

Hi Algolzw, I'm trying to implement NCNet arch in PyTorch but it's not worked. Could you please take a look at my code? ``` class NCNet(nn.Module): """A compact network structure...

Do anyone know how to do this? My steps . Convert the model to tensorflow.js ``` import os from model.basenet import basenet from model import resolve import tensorflow as tf...

Hello, [MSU Graphics & Media Lab Video Group](https://videoprocessing.ai/) has recently launched two new Super-Resolution Benchmarks. * [Video Upscalers Benchmark: Quality Enhancement](https://videoprocessing.ai/benchmarks/video-upscalers.html) determines the best upscaling methods for increasing video resolution...

Do you have the pre-trained model of pytorch?