forked from MMV-Lab/PynamicMesh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_batch.yaml
More file actions
58 lines (49 loc) · 1.31 KB
/
Copy pathconfig_batch.yaml
File metadata and controls
58 lines (49 loc) · 1.31 KB
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
# Root of the scene folder container
Data:
path_str: './Mesh_models'
################################################################### Individual params for each scene on the folder ####################################################################################################
scene1:
Basic_Geometry:
compute_basicGeo: True
plot_basicGeo: True
metrics: 'all'
Functional_Map:
matrix_tranformation: True
diagonal_analysis: True
isometric_analysis: True
k_eigenfunctions: (10,10)
k_eigenvalues: 100
descriptor: 'WKS+HKS'
landmarks: 'precomputed'
compute_physic_fields: True
Reeb_Graph:
compute_reeb: True
time_graph_analysis: True
reeb_scalar: 'geodesic'
bins: 30
scalar_args:
vertex_ref_index: [4896]
Graph_similarity:
graph_sim: True
graph_metrics: all
scene2:
Basic_Geometry:
compute_basicGeo: True
plot_basicGeo: True
metrics: 'all'
Functional_Map:
matrix_tranformation: True
diagonal_analysis: True
isometric_analysis: True
k_eigenfunctions: (10,10)
k_eigenvalues: 100
descriptor: 'WKS+HKS'
compute_physic_fields: True
Reeb_Graph:
compute_reeb: True
time_graph_analysis: True
reeb_scalar: 'x'
bins: 5
Graph_similarity:
graph_sim: True
graph_metrics: all