We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61121b9 commit de77e42Copy full SHA for de77e42
pytorch3d/structures/meshes.py
@@ -1351,7 +1351,7 @@ def scale_verts(self, scale):
1351
1352
def update_padded(self, new_verts_padded):
1353
"""
1354
- This function allows for an pdate of verts_padded without having to
+ This function allows for an update of verts_padded without having to
1355
explicitly convert it to the list representation for heterogeneous batches.
1356
Returns a Meshes structure with updated padded tensors and copies of the
1357
auxiliary tensors at construction time.
0 commit comments