nielsr HF staff commited on
Commit
de3a59b
1 Parent(s): b6c0cc8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision
5
+ - image-to-image
6
+ inference: false
7
+ ---
8
+
9
+ # Swin2SR model
10
+
11
+ 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)
12
+ by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr).
13
+
14
+ # Intended use cases
15
+
16
+ This model is intended for lightweight image super resolution.
17
+
18
+ # Usage
19
+
20
+ Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr).