Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
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/4xNomos8kHAT-L_bokeh_jpg)
|
10 |
+
|
11 |
+
# 4xNomos8kHAT-L_bokeh_jpg
|
12 |
+
|
13 |
+
Name: 4xNomos8kHAT-L_bokeh_jpg
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release: 05.10.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: HAT
|
18 |
+
Scale: 4
|
19 |
+
Purpose: 4x photo upscaler (handles bokeh effect and jpg compression)
|
20 |
+
Iterations: 145000
|
21 |
+
epoch: 66
|
22 |
+
batch_size: 4
|
23 |
+
HR_size: 128
|
24 |
+
Dataset: nomos8k
|
25 |
+
Number of train images: 8492
|
26 |
+
OTF Training: No
|
27 |
+
Pretrained_Model_G: HAT-L_SRx4_ImageNet-pretrain
|
28 |
+
|
29 |
+
Description:
|
30 |
+
4x photo upscaler, made to specifically handle bokeh effect and jpg compression. Basically a HAT-L variant of the already released 4xNomosUniDAT_bokeh_jpg model, but specifically trained for photos on the nomos8k dataset (and hopefully without the smoothing effect).
|
31 |
+
|
32 |
+
The three strengths of this model (design purpose):
|
33 |
+
Specifically for photos / photography
|
34 |
+
Handles bokeh effect
|
35 |
+
Handles jpg compression
|
36 |
+
|
37 |
+
This model will not attempt to:
|
38 |
+
Denoise
|
39 |
+
Deblur
|