pytorch3d-renderer icon indicating copy to clipboard operation
pytorch3d-renderer copied to clipboard

A PyTorch3D walkthrough and a Medium article 👋 on how to render 3D .obj meshes from various viewpoints to create 2D images.

Results 1 pytorch3d-renderer issues
Sort by recently updated
recently updated
newest added

Hello, thanks for sharing this pytorch3d render learning tutorail ! I am following this tutorial to render my object, this is the notebook and used assets: [render_demo2.ipynb.zip](https://github.com/adelekuzmiakova/pytorch3d-renderer/files/9008975/render_demo2.ipynb.zip) [BFM09_mesh_35709.obj.zip](https://github.com/adelekuzmiakova/pytorch3d-renderer/files/9008989/BFM09_mesh_35709.obj.zip) [face_color.mat.zip](https://github.com/adelekuzmiakova/pytorch3d-renderer/files/9008952/face_color.mat.zip) This...