File tree Expand file tree Collapse file tree 2 files changed +41
-3
lines changed Expand file tree Collapse file tree 2 files changed +41
-3
lines changed Original file line number Diff line number Diff line change
1
+ description : |
2
+ Labeling generation with Graph-Cuts Optimisation
3
+ tet-mesh : { # case of 'graphcut_labeling' applied on a 'tet-mesh' subfolder
4
+ executable : {
5
+ path : AUTOMATIC_POLYCUBE,
6
+ filename : graphcut_labeling,
7
+ command_line : ' {mesh} compactness={compactness} fidelity={fidelity} gui=false output={labeling}'
8
+ },
9
+ output_folder : ' graphcut_labeling_{compactness}_{fidelity}' ,
10
+ arguments : {
11
+ input_files : {
12
+ mesh : SURFACE_MESH_OBJ
13
+ },
14
+ output_files : { # 'labeling' is not a part of the command line -> used as suggestion for output file path
15
+ labeling : SURFACE_LABELING_TXT
16
+ },
17
+ others : {
18
+ compactness : {
19
+ default : 1,
20
+ description : " compactness coeff"
21
+ },
22
+ fidelity : {
23
+ default : 3,
24
+ description : " fidelity coeff"
25
+ }
26
+ }
27
+ }
28
+ }
Original file line number Diff line number Diff line change 1
1
description : |
2
2
Labeling generation with Graph-Cuts Optimisation
3
- tet-mesh : { # case of 'graphcut_labeling ' applied on a 'tet-mesh' subfolder
3
+ tet-mesh : { # case of 'graphcut_labeling_gui ' applied on a 'tet-mesh' subfolder
4
4
executable : {
5
5
path : AUTOMATIC_POLYCUBE,
6
6
filename : graphcut_labeling,
7
- command_line : ' {mesh} {labeling} '
7
+ command_line : ' {mesh} compactness={compactness} fidelity={fidelity} gui=true '
8
8
},
9
- output_folder : ' graphcut_labeling ' ,
9
+ output_folder : ' graphcut_labeling_%d ' ,
10
10
arguments : {
11
11
input_files : {
12
12
mesh : SURFACE_MESH_OBJ
13
13
},
14
14
output_files : { # 'labeling' is not a part of the command line -> used as suggestion for output file path
15
15
labeling : SURFACE_LABELING_TXT
16
+ },
17
+ others : {
18
+ compactness : {
19
+ default : 1,
20
+ description : " compactness coeff"
21
+ },
22
+ fidelity : {
23
+ default : 3,
24
+ description : " fidelity coeff"
25
+ }
16
26
}
17
27
},
18
28
note : " Save the output file as {labeling}"
You can’t perform that action at this time.
0 commit comments