Datasets:

Modalities:
3D
Languages:
English
Tags:
3d
DOI:
nbanerje commited on
Commit
d1c89d8
·
verified ·
1 Parent(s): f9407b3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,5 +51,5 @@ where, 'r' stands for 'repair' and M E {0,1,...} represents the index for the M+
51
  The number of repair mesh fragments typically differs from the number of broken mesh fragments.
52
 
53
  In the interest of storage, the original broken and repair meshes generated from subtraction (i.e., the meshes prior to
54
- fragmenting connecting components) are not shared. However, they can be generated as a union of the corresponding mesh's fragments.
55
- The helper script 'merge_fragments.py' has been shared to perform this union or merging for a user-specified model.
 
51
  The number of repair mesh fragments typically differs from the number of broken mesh fragments.
52
 
53
  In the interest of storage, the original broken and repair meshes generated from subtraction (i.e., the meshes prior to
54
+ fragmenting connecting components) are not shared. However, they can be generated as a union or merge of the corresponding mesh's fragments.
55
+ The helper script 'merge_fragments.py' has been shared to perform merging.