jkxing / DROT

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

fragment has no attribute fragments.proj_mesh.verts_list() #1

Closed kangx326 closed 1 year ago

kangx326 commented 1 year ago

Hi, I'm using pytorch3d to perfrom differentiable rendering. In \core\PyTorch3DRenderer.py line 34, the code is verts_list = image_fragments.proj_mesh.verts_list()[0][None, ...]. However, the code went wrong and I didn't find proj_mesh in pytorch3d documents. How can I solve this errors?

jkxing commented 1 year ago

Please install the modified PyTorch3D Library according to readme.