-
Notifications
You must be signed in to change notification settings - Fork 3
/
default.json
51 lines (49 loc) · 1.62 KB
/
default.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
// Ansible managed
{
"CONTAINER_ROOT": "/medifor",
"WORKFLOW_HOST": "analytic_workflow",
"WORKFLOW_PORT": "50051",
"PORT": "3000",
"CACHE_TTL_SECONDS": 600,
"UI" : {
"defaultFuserId": "",
"enableGroups": false,
"enableDelete" : true,
"unknownUsers":"allow", // Indicates how to handle unknown users ( "deny" | "allow")
"groupPrefix": "medifor-uigrp-",
"groupTagPrefix": "group",
"userTagPrefix" : "user",
"tagPrefixFlag" : "__"
},
"FACETS" :
[
{ "name" : "AntiForensics",
"description" : "Any techniques that erase processing history of image manipulations"
},
{ "name" : "FaceManipulation",
"description" : "Any manipulation done to a face (including GAN)"
},
{ "name" : "GAN",
"description" : "Any operations that use GAN-based techniques locally/globally"
},
{ "name" : "Laundering",
"description" : "Disguise the original ownership or source of the media via characteristic feature tampering"
},
{ "name" : "Physical",
"description" : "Add shadows or sources of reflection that were not originally present"
},
{ "name" : "Recapture",
"description" : "Recapture an image through a digital photo of a picture or screen shot"
},
{ "name" : "Reformat",
"description" : "Changing the media compression or file format"
},
{ "name" : "SeamCarving",
"description" : "Resize an image while preserving the integrity of content"
},
{
"name" :"SemanticAlteration",
"description" : "Changing the meaning of media"
}
]
}