Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,26 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
pipeline_tag: image-to-image
|
4 |
+
tags:
|
5 |
+
- pytorch
|
6 |
+
- super-resolution
|
7 |
+
---
|
8 |
+
|
9 |
+
[Link to Github Release](https://github.com/Phhofm/models/releases/tag/4xBHI_dat2_multiblurjpg)
|
10 |
+
|
11 |
+
|
12 |
+
# 4xBHI_dat2_multiblurjpg
|
13 |
+
|
14 |
+
Scale: 4x
|
15 |
+
Network type: DAT2
|
16 |
+
Author: Philip Hofmann
|
17 |
+
License: CC-BY-4.0
|
18 |
+
Purpose: 4x upscaling images, handles jpg compression
|
19 |
+
Pretrained Model: 4xNomos2_hq_dat2
|
20 |
+
Training iterations: 320000
|
21 |
+
Description: 4x dat2 upscaling model, trained with down_up,linear, cubic_mitchell, lanczos, gauss and box scaling algos, some average, gaussian and anisotropic blurs and jpg compression. Trained on my BHI sisr dataset.
|
22 |
+
|
23 |
+
You can also try out the 4xBHI_dat2_multiblur checkpoint below (trained to 250000 iters), which cannot handle compression but might give just slightly better output on non-degraded input.
|
24 |
+
|
25 |
+
![Example1](https://github.com/user-attachments/assets/2bcb7a7e-85a2-4758-a0e3-b4a1a5432d13)
|
26 |
+
![Example2](https://github.com/user-attachments/assets/10b79e29-b212-4316-9792-478dc7cdcc39)
|