-
Notifications
You must be signed in to change notification settings - Fork 33
/
config.json
51 lines (51 loc) · 975 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
44
45
46
47
48
49
50
51
{
"Available Classifiers": [
{
"Classifier Name": "Porite",
"Weights": "porites.net",
"Num. Classes": 2,
"Classes": {
"Porite": 0,
"Background": 1
},
"Scale": 0.9,
"Average Norm.": [
0.4651,
0.4765,
0.4634
]
},
{
"Classifier Name": "Pocillopora",
"Weights": "pocillopora.net",
"Num. Classes": 2,
"Classes": {
"Pocillopora": 0,
"Background": 1
},
"Scale": 0.9,
"Average Norm.": [
0.445,
0.4441,
0.4351
]
},
{
"Classifier Name": "Pocillopora_Porite_Montipora",
"Weights": "pocillopora_porite_montipora.net",
"Num. Classes": 4,
"Classes": {
"Porite": 0,
"Montipora": 1,
"Pocillopora": 2,
"Background": 3
},
"Scale": 0.9,
"Average Norm.": [
0.4433,
0.4499,
0.4408
]
}
]
}