AttributeError: 'Meshes' object has no attribute 'transform_verts_'
Closed this issue · 1 comments
oDaiSuno commented
Thank you for your wonderful work! But I get errors when running your code.
AttributeError: 'Meshes' object has no attribute 'transform_verts_'
I'm guessing it's caused by our different pytorch3d versions? My pytorch3d version is 0.7.2
.
In addition, I didn't search for 'transform_verts_' in the API documentation for pytorch3d.
oDaiSuno commented
Note that:
we should install Customized PyTorch3D using author's repo!