Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
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/4xLSDIRCompact2)
|
10 |
+
|
11 |
+
# 4xLSDIRCompact2
|
12 |
+
|
13 |
+
Name: 4xLSDIRCompact2
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 25.03.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Model Architecture: SRVGGNetCompact
|
18 |
+
Scale: 4
|
19 |
+
Purpose: 4x fast photo upscaler
|
20 |
+
|
21 |
+
Iterations: CompactC 205’000 & CompactR 150’000
|
22 |
+
batch_size: Variable(1-10)
|
23 |
+
HR_size: 256
|
24 |
+
Dataset: LSDIR
|
25 |
+
Dataset_size: 84991
|
26 |
+
OTF Training No
|
27 |
+
Pretrained_Model_G: 4x_Compact_Pretrain.pth
|
28 |
+
|
29 |
+
Description: 4xLSDIRCompactv2 supersedes the previously released models, it combines all my progress on my compact model. Both CompactC and CompactR had received around 8 hours more training since release with batch size 10 (CompactR had only been up to 5 on release), and these two were then interpolated together. This allows v2 to handle some degradations, while preserving the details of the CompactC model. Examples: https://imgsli.com/MTY0Njgz/0/2
|
30 |
+
|
31 |
+
![Example1](https://github.com/Phhofm/models/assets/14755670/52b1a610-fdbd-4e0b-b4ce-0063242ed73b)
|