File size: 2,785 Bytes
159d60d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
    "name": "4xLSDIRplus",
    "author": "helaman",
    "license": "CC-BY-4.0",
    "tags": [
        "compression-removal",
        "general-upscaler",
        "jpeg",
        "photo",
        "restoration"
    ],
    "description": "Interpolation of 4xLSDIRplusC and 4xLSDIRplusR to handle jpg compression and a little bit of noise/blur",
    "date": "2023-07-06",
    "architecture": "esrgan",
    "size": null,
    "scale": 4,
    "inputChannels": 3,
    "outputChannels": 3,
    "resources": [
        {
            "platform": "pytorch",
            "type": "pth",
            "size": 67010245,
            "sha256": "b549ddb71199fb8c54a0d33084bfe8ffd74882b383d85668066ca2ba57d49427",
            "urls": [
                "https://github.com/Phhofm/models/raw/main/4xLSDIRplus/4xLSDIRplus.pth"
            ]
        }
    ],
    "trainingBatchSize": 1,
    "trainingHRSize": 1,
    "dataset": "LSDIR",
    "datasetSize": 84991,
    "images": [
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_JPG_1.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_JPG_1_4xLSDIRplus.png"
        },
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_JPG_4.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_JPG_4_4xLSDIRplus.png"
        },
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_5.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_5_4xLSDIRplus.png"
        },
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_13.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_13_4xLSDIRplus.png"
        },
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_14.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_14_4xLSDIRplus.png"
        },
        {
            "type": "paired",
            "LR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/input/Input_6.png",
            "SR": "https://raw.githubusercontent.com/Phhofm/models/main/4xLSDIRplus/examples/output/4xLSDIRplus/Input_6_4xLSDIRplus.png"
        }
    ]
}