mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 20:02:49 +08:00
typo in docstring (#322)
Summary: fixed small typo in update_padded function docstring. Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/322 Reviewed By: gkioxari Differential Revision: D23712324 Pulled By: nikhilaravi fbshipit-source-id: fea3b68039644b236897c6f465cbb322c5c48085
This commit is contained in:
parent
61121b9f2c
commit
de77e426eb
@ -1351,7 +1351,7 @@ class Meshes(object):
|
|||||||
|
|
||||||
def update_padded(self, new_verts_padded):
|
def update_padded(self, new_verts_padded):
|
||||||
"""
|
"""
|
||||||
This function allows for an pdate of verts_padded without having to
|
This function allows for an update of verts_padded without having to
|
||||||
explicitly convert it to the list representation for heterogeneous batches.
|
explicitly convert it to the list representation for heterogeneous batches.
|
||||||
Returns a Meshes structure with updated padded tensors and copies of the
|
Returns a Meshes structure with updated padded tensors and copies of the
|
||||||
auxiliary tensors at construction time.
|
auxiliary tensors at construction time.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user