facebookresearch / pytorch3d

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
https://pytorch3d.org/
Other
8.67k stars 1.3k forks source link

Mesh optimization using differentiable rendering to fit target image #285

Closed odie2630463 closed 4 years ago

odie2630463 commented 4 years ago

There has a tutorial about camera position optimization using differentiable rendering , but I want to know how to optimize mesh to render target image ?

Thanks

gkioxari commented 4 years ago

We will be adding a tutorial very soon!

sbranson commented 4 years ago

A tutorial was just added: https://github.com/facebookresearch/pytorch3d/blob/master/docs/tutorials/fit_textured_mesh.ipynb

gkioxari commented 4 years ago

Closing issue!