Phips commited on
Commit
ebd366a
1 Parent(s): d5722d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
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/2xNomosUni_compact_otf_medium)
10
+
11
+ # 2xNomosUni_compact_otf_medium
12
+
13
+ Name: 2xNomosUni_compact_otf_medium
14
+ Author: Philip Hofmann
15
+ Release Date: 11.01.2024
16
+ License: CC BY 4.0
17
+ Network: SRVGGNetCompact
18
+ Scale: 2
19
+ Purpose: 2x fast universal upscaler with medium degradation handling (jpg compression, noise, blur)
20
+ Iterations: 276'000
21
+ epoch: 218
22
+ batch_size: 12
23
+ HR_size: 128
24
+ Dataset: nomosuni
25
+ Number of train images: 2989
26
+ OTF Training: Yes
27
+ Pretrained_Model_G: 2xNomosUni_compact_otf_strong
28
+
29
+ Description:
30
+ 2x compact fast universal upscaler with medium degradation handling using the Real-ESRGAN training pipeline, based off 2xNomosUni_compact_otf_strong. Handles jpg compression, some noise, and some blur (so dejpgs, denoises and deblurs).
31
+
32
+ Examples:
33
+ [RealPhoto](https://imgsli.com/MjMyNTUy)
34
+ [Noisy](https://imgsli.com/MjMyNTUz)
35
+
36
+ ![Example1](https://github.com/Phhofm/models/assets/14755670/d0484c6c-d6bf-4bb9-9539-0c2242eacda7)
37
+ ![Example2](https://github.com/Phhofm/models/assets/14755670/f65e0488-7129-498f-bc9a-e427a8b3197a)