-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconf_remote.json
47 lines (47 loc) · 1.19 KB
/
conf_remote.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
{
"segment_face": {
"info": "Image face segmentation",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"segment_all": {
"info": "Image general segmentation",
"address": "https://pytorch.mucephi.com",
"port": "5001"
},
"mask_scratches": {
"info": "Image scratches mask creator",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"erase_scratches": {
"info": "Image scratches eraser",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"super_resolution": {
"info": "Image super resolution enhancement",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"super_face": {
"info": "Image face super resolution enhancement",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"colorize": {
"info": "Colorize image from gray scale",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"enhance_light": {
"info": "Image low light enhancement",
"address": "https://pytorch.mucephi.com",
"port": "5000"
},
"zero_background": {
"info": "Remove image background",
"address": "https://pytorch.mucephi.com",
"port": "5000"
}
}