Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
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/4xNomosUniDAT2_box)
|
10 |
+
|
11 |
+
# 4xNomosUniDAT2_box
|
12 |
+
|
13 |
+
Name: 4xNomosUniDAT2_box
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 10.09.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: DAT
|
18 |
+
Scale: 4
|
19 |
+
Purpose: 4x general purpose upscaler for non-degraded content
|
20 |
+
Iterations: 110000
|
21 |
+
epoch: 7
|
22 |
+
batch_size: 4
|
23 |
+
HR_size: 128
|
24 |
+
Dataset: nomos_uni
|
25 |
+
Number of train images: 2989
|
26 |
+
OTF Training: No
|
27 |
+
Pretrained_Model_G: DAT_2_x4
|
28 |
+
|
29 |
+
Description: 4x general purpose upscaler for non-degraded content. Has been trained as paired dataset on box downsamples as a DAT2 model, AdamW with pixel, perceptual, gan, color, ldl and ff loss. (am currently training a version of this that could handle jpg compression with multiple downsample algorithms and down_up)
|
30 |
+
|
31 |
+
![4xNomosUniDAT2_box](https://github.com/Phhofm/models/assets/14755670/46e2d991-c84b-49b9-bd02-c85c7e97b274)
|
32 |
+
![4xNomosUniDAT2_box](https://github.com/Phhofm/models/assets/14755670/889f056c-2329-400e-8dfb-1df2b56e54da)
|
33 |
+
|