File size: 654 Bytes
de3a59b
 
 
 
 
 
 
 
089230c
de3a59b
 
 
 
 
 
 
 
 
 
089230c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
tags:
- vision
- image-to-image
inference: false
---

# Swin2SR model (image super-resolution)

Swin2SR model that upscales images x2. It was introduced in the paper [Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration](https://arxiv.org/abs/2209.11345)
by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr). 

# Intended use cases

This model is intended for lightweight image super resolution.

# Usage

Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr#transformers.Swin2SRForImageSuperResolution.forward.example).