Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
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_esrgan_multijpg)
|
10 |
+
|
11 |
+
# 2xNomosUni_esrgan_multijpg
|
12 |
+
|
13 |
+
Name: 2xNomosUni_esrgan_multijpg
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 20.12.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: ESRGAN (RRDBNet)
|
18 |
+
Scale: 2
|
19 |
+
Purpose: 2x universal upscaler
|
20 |
+
Iterations: 110'000
|
21 |
+
epoch: 64
|
22 |
+
batch_size: 4
|
23 |
+
HR_size: 512
|
24 |
+
Dataset: nomosuni
|
25 |
+
Number of train images: 2989
|
26 |
+
OTF Training: No
|
27 |
+
Pretrained_Model_G: RealESRGAN_x2plus
|
28 |
+
|
29 |
+
Description:
|
30 |
+
2x esrgan universal upscaler, pair trained with jpg degradation (down to 40) and multiscale (down_up, bicubic, bilinear, box, nearest, lanczos).
|
31 |
+
|
32 |
+
Try it out in [this huggingface space](https://huggingface.co/spaces/Phips/upscale) I made (since the spaces uses cpu, testing locally on your gpu would be faster)
|
33 |
+
|
34 |
+
Slow Pics crops examples:
|
35 |
+
[ani](https://slow.pics/c/LLP9p89w)
|
36 |
+
[face](https://slow.pics/c/4IsxVMAB)
|
37 |
+
[dof_wheat](https://slow.pics/c/zj4q6Mvi)
|
38 |
+
![2xNomosUni_esrgan_multijpg](https://github.com/Phhofm/models/assets/14755670/9d1899b9-4ade-4244-9e0b-f4b9bf005926)
|
39 |
+
![2xNomosUni_esrgan_multijpg](https://github.com/Phhofm/models/assets/14755670/825edb19-d70b-4c17-a2b4-55e90574a47a)
|
40 |
+
![2xNomosUni_esrgan_multijpg](https://github.com/Phhofm/models/assets/14755670/668bed08-c209-4ee1-9ad5-ed27aa1933dc)
|
41 |
+
|
42 |
+
|