pytorch-SRResNet
Super-resolver
An implementation of a deep learning model for single image super-resolution using a generative adversarial network
pytorch implementation for Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network arXiv:1609.04802
484 stars
20 watching
130 forks
Language: Python
last commit: over 6 years ago pytorchpytorch-srresnetresolution
Related projects:
Repository | Description | Stars |
---|---|---|
jt827859032/drrn-pytorch | A PyTorch implementation of a deep learning model for super resolution | 193 |
wxywhu/srdensenet-pytorch | A PyTorch implementation of an image super-resolution model based on dense skip connections. | 119 |
jacobgil/pytorch-zssr | Unofficial PyTorch implementation of Zero-Shot Super Resolution using Deep Internal Learning from an image alone. | 201 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
cszn/bsrgan | A deep learning-based approach to super-resolution of degraded images. | 1,213 |
subeeshvasu/2018_subeesh_epsr_eccvw | A deep learning-based super-resolution framework with improved perceptual accuracy and trade-off analysis tools | 79 |
prlz77/resnext.pytorch | Reproduces ResNet-V3 with PyTorch for computer vision tasks | 508 |
isht7/pytorch-deeplab-resnet | A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
zsef123/efficientnets-pytorch | A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
brade31919/srgan-tensorflow | Tensorflow implementation of a generative adversarial network for single image super-resolution | 849 |
tstandley/xception-pytorch | An implementation of a deep learning model using PyTorch and depthwise separable convolutions for image classification | 250 |
bmsookim/wide-resnet.pytorch | PyTorch implementation of wide residual networks for image classification tasks on CIFAR-10 and CIFAR-100 datasets | 461 |
cszn/dpsr | A deep learning-based method to improve image quality by reducing blur effects | 836 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
szagoruyko/binary-wide-resnet | An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |