pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

PyTorch3D is FAIR's library of reusable components for deep learning with 3D data

Results 289 pytorch3d issues
Sort by recently updated
recently updated
newest added

I'm so tired of "ImportError: libc10.so: cannot open shared object file: No such file or directory" when I use" from pytorch3d import _C"........can anybody help me?? I tried to install...

Thanks to various reasons on github, we succeeded in rendering the front depth and normal. (https://github.com/facebookresearch/pytorch3d/issues/35) But I couldn't find a way to get the values corresponding to the back...

I keep getting an error trying to compile pytorch3d from source. I am basically trying to install pytorch3d in a Conda env, so I am using the Anaconda prompt. I...

## ❓ Questions on how to use PyTorch3D NOTE: Please look at the existing list of Issues tagged with the label ['question`](https://github.com/facebookresearch/pytorch3d/issues?q=label%3Aquestion) or ['how-to`](https://github.com/facebookresearch/pytorch3d/issues?q=label%3A%22how+to%22). **Only open a new issue if...

Hi groupers, thanks again for your work, When I use pip to install the pytorch3d by the website cmd, the link is missing, `pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html`...

I want to render the part of the mesh occluded in another mesh part, and I want to get the front/back normal map of this part. To do this, I...

## ❓ Questions about `pytorch3d.ops.perspective_n_points.py` Thanks to the team for this really useful library. My questions are in regards of the code implementation of "[Epnp: An accurate o (n) solution...

## 🐛 Bugs / Unexpected behaviors Hi, I recently use a customized camera intrinsic matrix, whose the `focal length` and the `principal point` are in the screen pixel unit, to...

I use pytorch3d to construct mesh from a RGB color and a depth image. The mesh construncted seems to be right, but here are the problems. 1. when I give...

I met the same issue other users met before, but the solutions seem not work. The errors pop after I import torch as follows: ```shell Python 3.8.18 | packaged by...