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