pytorch3d
pytorch3d copied to clipboard
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
I was trying to load a .obj file using load_obj() function of pytorch3d.I am getting the below error.Can you please advice on how to solve this? Traceback (most recent call...
When I am trying to load meshes for renderer, raise ValueError("Meshes does not have textures") 1. This is the code, mesh_path is *.ply file, and there is also *.png file...
## What? I've added a new `pyproject.toml` file to the project that contains static information according to PEP 517. I've also added `torch` as build system requirement so that isolated...
## 🐛 Bugs / Unexpected behaviors #### Versions Python: 3.8.10 OS: Ubuntu 20.04.5 LTS Poetry: 1.6.1 pip: 23.2.1 #### Description I am trying to set up a poetry environment with...
## 🐛 Bugs / Unexpected behaviors I load obj file,and when I want to render it to image, I get error: new values must have the same number of points...
When i utilize submesh =mesh.submeshes(obj_face_idxs[None, None]) to generate submesh, the error occcurs as follow: Exception has occurred: NotImplementedError does not support submeshes i wonder what can i do to fix...
Following the install instructions when I get to python setup.py install I end up with this. I had downloaded ninja and added it to my path, without ninja a don't...
## ❓ Questions on how to use PyTorch3D When studying the official documents "Render a textured mesh", I found that my .obj file only contain v and f message but...
## ❓ Questions on how to use PyTorch3D This is my code: ```python from pytorch3d.structures import Pointclouds, Volumes ``` but error: ``` ImportError: cannot import name 'Volumes' from 'pytorch3d.structures' ```...