Phips commited on
Commit
c23485f
1 Parent(s): 4fcf2e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
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/4xFaceUpDAT_Series)
10
+
11
+ # 4xFaceUpSharpDAT
12
+
13
+ The sharper version of 4xFaceUpDAT
14
+
15
+ Name: 4xFaceUpDAT
16
+ Author: Philip Hofmann
17
+ Release Date: 02.09.2023
18
+ License: CC BY 4.0
19
+ Network: DAT
20
+ Scale: 4
21
+ Purpose: 4x upscaling model for faces
22
+ Iterations: 140000
23
+ epoch: 54
24
+ batch_size: 4
25
+ HR_size: 128
26
+ Dataset: FaceUp (see dataset-releases channel)
27
+ Number of train images: 10'000
28
+ OTF Training: Yes
29
+ Pretrained_Model_G: DAT_x4.pth
30
+
31
+ Description: 4x photo upscaler for faces, trained on the FaceUp dataset. These models are an improvement over the previously released 4xFFHQDAT and are its successors. These models are released together with the FaceUp dataset, plus the accompanying [youtube video](https://www.youtube.com/watch?v=TBiVIzQkptI)
32
+
33
+ This model comes in 4 different versions:
34
+ 4xFaceUpDAT (for good quality input)
35
+ 4xFaceUpLDAT (for lower quality input, can additionally denoise)
36
+ 4xFaceUpSharpDAT (for good quality input, produces sharper output, trained without USM but sharpened input images, good quality input)
37
+ 4xFaceUpSharpLDAT (for lower quality input, produces sharper output, trained without USM but sharpened input images, can additionally denoise)
38
+
39
+ Web Examples (Slowpoke pics):
40
+
41
+ High quality input:
42
+ https://slow.pics/c/rsHKvfv3
43
+ https://slow.pics/c/XMAcyBVV
44
+ https://slow.pics/c/yWQKYSea
45
+
46
+ Low quality input:
47
+
48
+ https://slow.pics/c/QboAlS0t
49
+
50
+ -- additional info about the other model versions since I make a single entry here --
51
+ 4xFaceUpLDAT - iters: 80k, pretrain: 4xFaceUpDAT
52
+ 4xFaceUpSharpDAT - iters: 100k, pretrain: 4xFaceUpDAT
53
+ 4xFaceUpSharpLDAT - iters: 80k, pretrain: 4xFaceUpSharpDAT