jkxing / DROT

Code for SIGGRAPH ASIA 2022 paper Differentiable Rendering using RGBXY Derivatives and Optimal Transport
MIT License
72 stars 6 forks source link

AttributeError: 'Meshes' object has no attribute 'transform_verts_' #7

Closed oDaiSuno closed 2 months ago

oDaiSuno commented 2 months ago

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 'transformverts' in the API documentation for pytorch3d.

oDaiSuno commented 2 months ago

Note that:

we should install Customized PyTorch3D using author's repo!