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 328 pytorch3d issues
Sort by recently updated
recently updated
newest added

It is taking forever to install via pip install I tried it on Windows 11, Python 3.10.11 `pip install git+https://github.com/facebookresearch/pytorch3d` Taking forever literally Torch 2.5.1 and CUDA 12.4 and C++...

image = phong_renderer(meshes_world=model.meshes.clone(), R=R, T=T) In demo Camera position optimization using differentiable rendering, if there are multiple objects in a scene, can I render each object independently to get one...

Hi guys, I met a problem here: ``` import torch from pytorch3d.ops import knn_points import ipdb points = torch.rand(1000, 3) device = "cuda" with torch.no_grad(): fused_point_cloud = points.float().to(device) dist2 =...

## Question Description I installed pytorch3d==0.7.7 on Windows succeed,but when I try to use it I met an intresting problem like this: ![图片](https://github.com/user-attachments/assets/b12dbc90-7a6f-497e-bf54-92dbb7ede319) If I `from pytorch3d import _C` it...

## 🐛 Bugs / Unexpected behaviors I installed pytorch3d on Windows with conda enviroment. But when I use `python3 -m unittest discover -v -s tests -t .` for test ,I...

## ❓ Questions on how to install PyTorch3D Hi! I have been using Pytorch3D for more than 2 years now and having to install it multiple times. I like the...

I'm working on an [easybuild recipe for installing PyTorch3D](https://github.com/easybuilders/easybuild-easyconfigs/pull/21763) from source and encountered a handful of bugs with the test-suite in the process. I don't have time to file proper...