Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
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/2xParimgCompact)
|
10 |
+
|
11 |
+
# 2xParimgCompact
|
12 |
+
|
13 |
+
Name: 2xParimgCompact
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 05.05.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Model Architecture: SRVGG
|
18 |
+
Scale: 2
|
19 |
+
Purpose: 2x Upscale photos based on [Microsoft's ImagePairs](https://www.microsoft.com/applied-sciences/projects/imagepairs)
|
20 |
+
Iterations: 100'000
|
21 |
+
batch_size: 1-8
|
22 |
+
HR_size: 256
|
23 |
+
Dataset: Microsoft ImagePairs
|
24 |
+
Dataset_size: 2x 8'591
|
25 |
+
OTF Training: No (PairedImageDataset)
|
26 |
+
Pretrained_Model_G: 2x_Compact_Pretrain.pth
|
27 |
+
|
28 |
+
Description: A 2x photo upscaling compact model based on [Microsoft's ImagePairs](https://www.microsoft.com/applied-sciences/projects/imagepairs). This was one of the earliest models I started training and finished it now for release. As can be seen in the examples, this model will affect colors.
|
29 |
+
Examples: https://imgsli.com/MTc2MDI1
|
30 |
+
|
31 |
+
![Example1](https://github.com/Phhofm/models/assets/14755670/44fb81fa-aaf7-4f36-96cf-3e9a0b3cf3d1)
|
32 |
+
![Example2](https://github.com/Phhofm/models/assets/14755670/2578ffe9-a524-4e8e-a872-5259e620dcae)
|
33 |
+
![Example3](https://github.com/Phhofm/models/assets/14755670/083a2619-431b-45ef-927f-5e5d75681cf4)
|
34 |
+
![Example4](https://github.com/Phhofm/models/assets/14755670/d05479cc-cbb5-477d-bfb3-ba151a843edd)
|