-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlabeling_painter.yml
More file actions
37 lines (37 loc) · 938 Bytes
/
labeling_painter.yml
File metadata and controls
37 lines (37 loc) · 938 Bytes
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
description: |
Manual labeling modification
tet-mesh: { # case of 'labeling_painter' applied on a 'tet-mesh' subfolder
executable: {
path: AUTOMATIC_POLYCUBE,
filename: labeling_painter,
command_line: '{mesh}'
},
output_folder: 'labeling_painter_%d',
arguments: {
input_files: {
mesh: SURFACE_MESH_OBJ
},
output_files: {
labeling: SURFACE_LABELING_TXT
}
},
note: "Save the output file as {labeling}"
}
labeling: { # case of 'labeling_painter' applied on a 'labeling' subfolder
executable: {
path: AUTOMATIC_POLYCUBE,
filename: labeling_painter,
command_line: '{mesh} {init_labeling}'
},
output_folder: 'labeling_painter_%d',
arguments: {
input_files: {
mesh: SURFACE_MESH_OBJ,
init_labeling: SURFACE_LABELING_TXT
},
output_files: {
output_labeling: SURFACE_LABELING_TXT
}
},
note: "Save the output file as {output_labeling}"
}