Switch to unified view

a b/Projects/Caffe/allCNN/Required/Confs.json
1
{
2
    "Settings": {
3
        "Logs": {
4
            "allCNN": "Logs/allCNN"
5
        },
6
        "Classifier": {
7
            "Caffe": {
8
                "layerFile": "Model/allCNN.prototxt",
9
                "proto": "Model/mean.binaryproto"
10
            },
11
            "Data": {
12
                "dir": "/home/upsquared/allCNN/Model/Data/",
13
                "dirTest": "Test/",
14
                "negativeDir": "0",
15
                "negativeTrainAmnt": 40,
16
                "negativeTestAmnt": 19,
17
                "positiveDir": "1",
18
                "positiveTrainAmnt": 40,
19
                "positiveTestAmnt": 9,
20
                "labels": "Model/labels.txt",
21
                "validFiles": [
22
                    ".jpg",
23
                    ".jpeg",
24
                    ".JPG",
25
                    ".JPEG",
26
                    ".png",
27
                    ".PNG",
28
                    ".gif",
29
                    ".GIF"
30
                ]
31
            },
32
            "Info": {
33
                "outDir": "Output/",
34
                "testImage": "Im068_0.jpg"
35
            },
36
            "Input": {
37
                "imageWidth": 50,
38
                "imageHeight": 50
39
            },
40
            "LMDB": {
41
                "train": "Model/Data/train_lmdb",
42
                "validation": "Model/Data/validation_lmdb"
43
            },
44
            "Model": {
45
                "file": "Model/allCNN.caffemodel",
46
                "dir": "Model/",
47
                "dirData": "/home/upsquared/allCNN/Model/Data/Train/"
48
            }
49
        }
50
    }
51
}