[acd362]: / Projects / Caffe / allCNN / Required / Confs.json

Download this file

51 lines (51 with data), 1.5 kB

 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
{
"Settings": {
"Logs": {
"allCNN": "Logs/allCNN"
},
"Classifier": {
"Caffe": {
"layerFile": "Model/allCNN.prototxt",
"proto": "Model/mean.binaryproto"
},
"Data": {
"dir": "/home/upsquared/allCNN/Model/Data/",
"dirTest": "Test/",
"negativeDir": "0",
"negativeTrainAmnt": 40,
"negativeTestAmnt": 19,
"positiveDir": "1",
"positiveTrainAmnt": 40,
"positiveTestAmnt": 9,
"labels": "Model/labels.txt",
"validFiles": [
".jpg",
".jpeg",
".JPG",
".JPEG",
".png",
".PNG",
".gif",
".GIF"
]
},
"Info": {
"outDir": "Output/",
"testImage": "Im068_0.jpg"
},
"Input": {
"imageWidth": 50,
"imageHeight": 50
},
"LMDB": {
"train": "Model/Data/train_lmdb",
"validation": "Model/Data/validation_lmdb"
},
"Model": {
"file": "Model/allCNN.caffemodel",
"dir": "Model/",
"dirData": "/home/upsquared/allCNN/Model/Data/Train/"
}
}
}
}