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/4xLSDIRCompact3)
|
10 |
+
|
11 |
+
# 4xLSDIRCompactC3
|
12 |
+
|
13 |
+
**Name:** 4xLSDIRCompactC3
|
14 |
+
**Author:** Philip Hofmann
|
15 |
+
**Release Date:** 11.04.2023
|
16 |
+
**License:** CC BY 4.0
|
17 |
+
**Model Architecture:** SRVGGNetCompact
|
18 |
+
**Scale:** 4
|
19 |
+
**Purpose:** Upscale compressed photos to x4 their size
|
20 |
+
**Iterations:** 230’000
|
21 |
+
**batch_size:** Variable(1-20)
|
22 |
+
**HR_size:** 256
|
23 |
+
**Dataset:** LSDIR
|
24 |
+
**Dataset_size:** 8000-84991 hr& lr
|
25 |
+
**OTF Training** No
|
26 |
+
**Pretrained_Model_G:** 4xLSDIRCompact
|
27 |
+
**Description:** Able to handle JPG compression (30-100).
|
28 |
+
**Total Training Time:** 33+ hours
|
29 |
+
|
30 |
+
![image](https://github.com/Phhofm/models/assets/14755670/5f36b099-e2d5-4d14-b4ed-c33bf045170c)
|
31 |
+
![image](https://github.com/Phhofm/models/assets/14755670/78497740-bff6-4a93-ba3e-e02928ffd84a)
|