Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# RealRestorer Degradation Models
|
| 2 |
+
|
| 3 |
+
This repository provides the degradation models used in the degradation pipeline of [RealRestorer](https://github.com/yfyang007/RealRestorer).
|
| 4 |
+
|
| 5 |
+
In particular, these models are used for **moire synthesis** and **specular reflection synthesis** in the RealRestorer degradation pipeline, which are designed to generate realistic degradations for training data construction and controlled degradation simulation.
|
| 6 |
+
|
| 7 |
+
## Usage
|
| 8 |
+
|
| 9 |
+
Please refer to the main RealRestorer repository for the complete pipeline, code, and usage instructions:
|
| 10 |
+
|
| 11 |
+
- **RealRestorer**: https://github.com/yfyang007/RealRestorer
|
| 12 |
+
|
| 13 |
+
These degradation models are intended to be used together with the degradation pipeline in RealRestorer rather than as a standalone image restoration model.
|
| 14 |
+
|
| 15 |
+
## Related Links
|
| 16 |
+
|
| 17 |
+
- **Project Page**: https://yfyang007.github.io/RealRestorer/
|
| 18 |
+
- **RealRestorer Model**: https://huggingface.co/RealRestorer/RealRestorer
|
| 19 |
+
- **RealIR-Bench**: https://huggingface.co/datasets/RealRestorer/RealIR-Bench
|