-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdataPresets.json
131 lines (131 loc) · 3.74 KB
/
dataPresets.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
[
{
"bilateralD": 4,
"bilateralSigmaI": 75.0,
"bilateralSigmaS": 75.0,
"bilateralThreshold": 0.02500000037252903,
"cameraCount": 1,
"correspThreshDist": 0.029999999329447746,
"dataFolder": "/home/mvankovych/Uni/thesis/VolumeFusion/data/upperbody/data/01",
"depthFilesPattern": "frame-******.depth.png",
"depthThreshold": 1.2000000476837158,
"energyMinStep": 9.999999747378752e-05,
"energyWeightDepth": 1.0,
"energyWeightMReg": 2.200000047683716,
"frameBreak": 400,
"framesRangeEnd": 390,
"framesRangeStart": 300,
"icpIterations": 10,
"motionGraphRadius": 0.05999999865889549,
"motionGraphSampleDistance": 0.029999999329447746,
"normExclAngleFrom": 1.2999999523162842,
"normExclAngleTo": 1.309999942779541,
"tsdfCenter": [
0.0,
0.11999999731779099,
0.8700000047683716
],
"tsdfDelta": 0.029999999329447746,
"tsdfDim": [
400,
400,
400
],
"tsdfRotation": [
0,
0,
0
],
"tsdfSize": [
1.0,
1.0,
1.0
]
},
{
"bilateralD": 3,
"bilateralSigmaI": 75.0,
"bilateralSigmaS": 75.0,
"bilateralThreshold": 0.02500000037252903,
"cameraCount": 1,
"correspThreshDist": 0.019999999552965164,
"dataFolder": "/home/mvankovych/Uni/thesis/VolumeFusion/data/hoodie/data/01",
"depthFilesPattern": "frame-******.depth.png",
"depthThreshold": 1.2000000476837158,
"energyMinStep": 9.999999747378752e-05,
"energyWeightDepth": 1.0,
"energyWeightMReg": 5.199999809265137,
"frameBreak": 130,
"framesRangeEnd": 90,
"framesRangeStart": 0,
"icpIterations": 10,
"motionGraphRadius": 0.05999999865889549,
"motionGraphSampleDistance": 0.029999999329447746,
"normExclAngleFrom": 1.2999999523162842,
"normExclAngleTo": 1.309999942779541,
"tsdfCenter": [
0.0,
0.019999999552965164,
0.8700000047683716
],
"tsdfDelta": 0.009999999776482582,
"tsdfDim": [
400,
400,
400
],
"tsdfRotation": [
0,
0,
0
],
"tsdfSize": [
0.75,
0.75,
0.75
]
},
{
"bilateralD": 3,
"bilateralSigmaI": 75.0,
"bilateralSigmaS": 75.0,
"bilateralThreshold": 0.02500000037252903,
"cameraCount": 1,
"correspThreshDist": 0.019999999552965164,
"dataFolder": "/home/mvankovych/Uni/thesis/VolumeFusion/data/adventcalender/data/01",
"depthFilesPattern": "frame-******.depth.png",
"depthThreshold": 1.2000000476837158,
"energyMinStep": 9.999999747378752e-05,
"energyWeightDepth": 1.0,
"energyWeightMReg": 4.5,
"frameBreak": 150,
"framesRangeEnd": 200,
"framesRangeStart": 0,
"icpIterations": 8,
"motionGraphRadius": 0.09000000357627869,
"motionGraphSampleDistance": 0.029999999329447746,
"normExclAngleFrom": 1.2999999523162842,
"normExclAngleTo": 1.309999942779541,
"tsdfCenter": [
0.0,
0.11999999731779099,
0.8700000047683716
],
"tsdfDelta": 0.009999999776482582,
"tsdfDim": [
400,
400,
400
],
"tsdfRotation": [
0,
0,
0
],
"tsdfSize": [
1.0,
1.0,
1.0
]
}
]