Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,39 @@
|
|
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/4xNomos8kDAT)
|
10 |
+
|
11 |
+
# 4xNomos8kDAT
|
12 |
+
|
13 |
+
Name: 4xNomos8kDAT
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 13.08.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: [DAT](https://github.com/zhengchen1999/DAT)
|
18 |
+
Architecture Option: DAT
|
19 |
+
Scale: 4
|
20 |
+
Purpose: 4x photo upscaling model for realistic sr
|
21 |
+
Iterations: 110000
|
22 |
+
epoch: 71
|
23 |
+
batch_size: 4
|
24 |
+
HR_size: 128
|
25 |
+
Dataset: [Nomos8k_sfw](https://discord.com/channels/547949405949657098/905446120333930566/1037853129112289321)
|
26 |
+
Number of train images: 6118
|
27 |
+
OTF Training: Yes
|
28 |
+
Pretrained_Model_G: [DAT_x4.pth](https://drive.google.com/file/d/1pEhXmg--IWHaZOwHUFdh7TEJqt2qeuYg)
|
29 |
+
|
30 |
+
Description: 4x photo upscaler with otf jpg compression, blur and resize, trained on musl's Nomos8k_sfw dataset for realisic sr, this time based on the DAT arch, as a finetune on the official 4x DAT model.
|
31 |
+
|
32 |
+
Examples:
|
33 |
+
[Imgsli1](https://imgsli.com/MTk4Mjg1) (generated with onnx file)
|
34 |
+
[Imgsli2](https://imgsli.com/MTk4Mjg2) (generated with onnx file)
|
35 |
+
[Imgsli](https://imgsli.com/MTk4Mjk5) (generated with testscript of dat repo on the three test images in dataset/single with pth file)
|
36 |
+
|
37 |
+
![Example1](https://github.com/Phhofm/models/assets/14755670/68b131e7-02c9-4d21-832e-1f21b384651a)
|
38 |
+
![Example2](https://github.com/Phhofm/models/assets/14755670/4b09970d-f598-48d2-9825-7377a7f192db)
|
39 |
+
![Example3](https://github.com/Phhofm/models/assets/14755670/c2b6f250-96e9-42d1-933b-4bdeee55ed2d)
|