-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.json
43 lines (43 loc) · 980 Bytes
/
config.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
{
"agent": {
"cam": 0,
"cores": 8,
"params": [
"classify",
"server",
"classify_http"
]
},
"data": {
"dim": 224,
"file_type": ".png",
"labels": [0, 1],
"test": "model/data/test",
"test_data": [],
"valid_types": [
".JPG",
".JPEG",
".PNG",
".GIF",
".jpg",
".jpeg",
".png",
".gif"
]
},
"model": {
"alowed": [
".jpg",
".JPG",
".png",
".PNG"
],
"detection": "model/face-detection-retail-0004.xml",
"reidentification": "model/face-reidentification-retail-0095.xml",
"landmarks": "model/landmarks-regression-retail-0009.xml",
"runas": "MYRIAD",
"known": "model/data/known/",
"test": "model/data/test/",
"threshold": 1.20
}
}