-
Notifications
You must be signed in to change notification settings - Fork 11
/
settings.txt
40 lines (40 loc) · 882 Bytes
/
settings.txt
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
{
"max_iters": 3,
"preparation_only": true,
"albedo": {
"lambda": 256.0
},
"lighting": {
"saturated_pixels_threshold": 225,
"dark_pixels_threshold": 25,
"albedo_distance_bins": 1000,
"lighting_pixels_ratio_lower": 1.0,
"lighting_pixels_ratio_upper": 1.0,
"num_dof": 9,
"w_reg": 0.0001,
"relaxation": 1.0
},
"depth": {
"num_iters": 3,
"w_data": 1.0,
"w_int": 0.0,
"w_reg": 0.0,
"w_smooth": 0.0,
"integrability_threshold": 64.0,
"optimization": {
"max_iters": 10,
"init_tr_radius": 0.01
}
},
"mean_texture_options": {
"generate_mean_texture": true,
"refine_method": "hsv",
"hsv_threshold": 0.95,
"mix_ratio": 0.95,
"hsv_thresholds": {
"FW": 0.95,
"regular": 0.15,
"comments": "Choose either 0.35 or 0.15 based on the experiment to run"
}
}
}