Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
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/2xHFA2kAVCCompact)
|
10 |
+
|
11 |
+
# 2xHFA2kAVCEDSR_M
|
12 |
+
|
13 |
+
Name: 2xHFA2kAVCEDSR_M
|
14 |
+
Author: Philip Hofmann
|
15 |
+
Release Date: 18.06.2023
|
16 |
+
License: CC BY 4.0
|
17 |
+
Network: EDSR M
|
18 |
+
Scale: 2
|
19 |
+
Purpose: Fast 2x anime upscaling model that handles AVC (h264) degradation
|
20 |
+
Iterations: 186,000
|
21 |
+
batch_size: 2-5
|
22 |
+
HR_size: 384
|
23 |
+
Epoch: 317 (require iter number per epoch: 1284)
|
24 |
+
Dataset: HFA2k_h264
|
25 |
+
Number of train images: 2568
|
26 |
+
OTF Training: No
|
27 |
+
Pretrained_Model_G: None
|
28 |
+
|
29 |
+
Description: A 2x EDSR M anime upscale model that handles AVC (h264) degradation. Applied h264 crf 20-28 degradation and bicubic, bilinear, box and lanczos downsampling on the HFA2k dataset with Kim's dataset destroyer.
|
30 |
+
|
31 |
+
![image](https://github.com/Phhofm/models/assets/14755670/7cd72469-4631-4f20-b5af-227692b1879a)
|
32 |
+
![324388155-7cd72469-4631-4f20-b5af-227692b1879a](https://github.com/Phhofm/models/assets/14755670/d641c8b4-6061-4131-9aeb-7bac0f49e1d1)
|