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 |
+

|
32 |
+

|
33 |
+

|
34 |
+

|