-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathtests_config.yaml
41 lines (33 loc) · 1.19 KB
/
tests_config.yaml
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
# input output file path data
io_files:
# input_ply: "../data/input.ply"
input_ply: "../data/pose_1.ply"
input_obj: "../data/graphs_test/surface_to_deform.obj"
# for cases where the graph is provided
pointwise_correspondence: "../data/drill_rotation.csv"
graph_obj: "../data/graphs_test/0_graph_complete.obj"
#graph_obj: "../data/graphs_test/1_graph_complete_smaller.obj"
#graph_obj: "../data/graphs_test/3_1_node_connectetivity.obj"
#graph_obj: "../data/graphs_test/4_1_edge_connectetivity.obj"
#graph_obj: "../data/graphs_test/5_2_edge_connectetivity.obj"
output_ply: "../data/output.ply"
general_params:
verbose: false # enable / disable outputs (true / false)
visualization: false # enable / disable visualizations (true / false)
graph_provided: false # skip the graph generation step (true / false)
# Parameters for the embedded_deformation
embedded_deformation:
# if true: load mesh; else: load pointCloud;
use_mesh: true
#
use_geodesic: true
#
k: 5
# grid_resolution: 18.0
grid_resolution: 40.0
visualization_params:
nodes_ratio: 50.0
edges_ratio: 200.0
graph_res: 30.0
nodes_color : [1.0, 0.1, 0.1]
edges_color : [0.1, 0.1, 0.1]