Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
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/4xHFA2k)
|
10 |
+
|
11 |
+
# 4xHFA2k
|
12 |
+
|
13 |
+
Name: 4xHFA2k
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 07.05.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: ESRGAN (RRDBNet)
|
18 |
+
Scale: 4
|
19 |
+
Purpose: An anime images 4x upscaling model based on musl's HFA2k dataset
|
20 |
+
Iterations: 91,000
|
21 |
+
batch_size: 9
|
22 |
+
HR_size: 256
|
23 |
+
Epoch: 318 (require iter number per epoch: 286)
|
24 |
+
Dataset: HFA2k
|
25 |
+
Number of train images: 2568
|
26 |
+
OTF Training: Yes
|
27 |
+
Pretrained_Model_G: RealESRGAN_x4plus.pth
|
28 |
+
Training time: 36h on a P100 GPU
|
29 |
+
|
30 |
+
Description: 4x anime image upscaler with a bit of otf jpg compression and blur. Trained on musl's hfa2k dataset release for Anime SISR, which has been extracted from modern anime films, where the selection criteria was high SNR, no DOF and high frequency information.
|
31 |
+
|
32 |
+
Examples: https://imgsli.com/MTc2NDgx
|
33 |
+
|
34 |
+
![Example1](https://github.com/Phhofm/models/assets/14755670/7a65af06-510f-4fe7-bdd6-cd208c09947c)
|
35 |
+
![Example2](https://github.com/Phhofm/models/assets/14755670/2b671488-55f1-440b-a00d-b49753e5b05e)
|
36 |
+
![Example3](https://github.com/Phhofm/models/assets/14755670/2d21b941-0ea4-46d4-a618-66b15b05eb47)
|
37 |
+
![Example4](https://github.com/Phhofm/models/assets/14755670/7f50a8c1-57de-43b6-8fae-8e350368e5f8)
|
38 |
+
![Example5](https://github.com/Phhofm/models/assets/14755670/a76bfb26-1b95-4492-92ec-e7feda98a70a)
|