Create README.md
Browse files
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 x4. 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 compressed image super resolution.
|
17 |
+
|
18 |
+
# Usage
|
19 |
+
|
20 |
+
Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr).
|