-
Notifications
You must be signed in to change notification settings - Fork 16
/
gfpgan.json
79 lines (79 loc) · 2.38 KB
/
gfpgan.json
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
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"GFPGAN": {
"name": "GFPGAN",
"type": "gfpgan",
"description": "Face correction.",
"version": "1.4",
"style": "generalist",
"config": {
"files": [
{
"path": "GFPGANv1.4.pth",
"sha256sum": "e2cd4703ab14f4d01fd1383a8a8b266f9a5833dacee8e6a79d3bf21a1b6be5ad"
},
{
"path": "detection_Resnet50_Final.pth",
"sha256sum": "6d1de9c2944f2ccddca5f5e010ea5ae64a39845a86311af6fdf30841b0a5a16d"
},
{
"path": "detection_mobilenet0.25_Final.pth",
"sha256sum": "2979b33ffafda5d74b6948cd7a5b9a7a62f62b949cef24e95fd15d2883a65220"
},
{
"path": "yolov5l-face.pth",
"sha256sum": "1ba9d2125fda4d823df5152b9fc2903c59aa76c0d3771e02bcf13a56a282cf96"
},
{
"path": "yolov5n-face.pth",
"sha256sum": "d2bbfbe9f36cf1ec345dc69658d7209e5448a676d946f1bf7818ac50d4489357"
},
{
"path": "parsing_parsenet.pth",
"sha256sum": "3d558d8d0e42c20224f13cf5a29c79eba2d59913419f945545d8cf7b72920de2"
},
{
"path": "parsing_bisenet.pth",
"sha256sum": "468e13ca13a9b43cc0881a9f99083a430e9c0a38abd935431d1c28ee94b26567"
}
],
"download": [
{
"file_name": "GFPGANv1.4.pth",
"file_path": "",
"file_url": "https://github.com/TencentARC/GFPGAN/releases/download/v1.3.4/GFPGANv1.4.pth"
},
{
"file_name": "detection_Resnet50_Final.pth",
"file_path": "",
"file_url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_Resnet50_Final.pth"
},
{
"file_name": "detection_mobilenet0.25_Final.pth",
"file_path": "",
"file_url": "https://github.com/xinntao/facexlib/releases/download/v0.1.0/detection_mobilenet0.25_Final.pth"
},
{
"file_name": "yolov5l-face.pth",
"file_path": "",
"file_url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5l-face.pth"
},
{
"file_name": "yolov5n-face.pth",
"file_path": "",
"file_url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/yolov5n-face.pth"
},
{
"file_name": "parsing_parsenet.pth",
"file_path": "",
"file_url": "https://github.com/xinntao/facexlib/releases/download/v0.2.2/parsing_parsenet.pth"
},
{
"file_name": "parsing_bisenet.pth",
"file_path": "",
"file_url": "https://github.com/sczhou/CodeFormer/releases/download/v0.1.0/parsing_bisenet.pth"
}
]
},
"available": false
}
}