Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# InstructIR ✏️🖼️
|
@@ -13,7 +20,7 @@ Computer Vision Lab, University of Wuerzburg | Sony PlayStation, FTG
|
|
13 |
### TL;DR: quickstart
|
14 |
InstructIR takes as input an image and a human-written instruction for how to improve that image. The neural model performs all-in-one image restoration. InstructIR achieves state-of-the-art results on several restoration tasks including image denoising, deraining, deblurring, dehazing, and (low-light) image enhancement.
|
15 |
|
16 |
-
**🚀 You can start with the [demo tutorial](demo.ipynb)**
|
17 |
|
18 |
<details>
|
19 |
<summary> <b> Abstract</b> (click me to read)</summary>
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: image-to-image
|
4 |
+
tags:
|
5 |
+
- photography
|
6 |
+
- image restoration
|
7 |
+
- image enhancement
|
8 |
+
- computer vision
|
9 |
+
- multimodal
|
10 |
---
|
11 |
|
12 |
# InstructIR ✏️🖼️
|
|
|
20 |
### TL;DR: quickstart
|
21 |
InstructIR takes as input an image and a human-written instruction for how to improve that image. The neural model performs all-in-one image restoration. InstructIR achieves state-of-the-art results on several restoration tasks including image denoising, deraining, deblurring, dehazing, and (low-light) image enhancement.
|
22 |
|
23 |
+
**🚀 You can start with the [demo tutorial](https://github.com/mv-lab/InstructIR/blob/main/demo.ipynb)**
|
24 |
|
25 |
<details>
|
26 |
<summary> <b> Abstract</b> (click me to read)</summary>
|