pytorch3d
pytorch3d copied to clipboard
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
If you do not know the root cause of the problem / bug, and wish someone to help you, please post according to this template: ## 🐛 Bugs / Unexpected...
Hello. I have some difficulties in understanding how the efficient_pnp() function works and what it accepts as arguments. My setting is the following: I have 2d points in the image...
By default the background is black when using the VolumeRenderer. How can I change this e.g. to white? There doesn't appear to be any documentation on the VolumeRenderer beyond the...
The cameras [doc](https://pytorch3d.org/docs/cameras) says that: 1. In world coordinates the positive x is going left. 2. At screen space the top-left point is (0, 0) and the positive x goes...
## 🐛 Unexpected behaviors ### Environment:Python3.10.13+torch2.1.2+cu121, CUDA 12.2, Linux, X86 While installing with pip as : `pip install pytorch3d-0.7.2-cp38-cp38-linux_x86_64.whl ` error occurs that the whl is not a supported wheel...
``` Traceback (most recent call last): File "main.py", line 4, in from nerf.provider import NeRFDataset File "/home/jun/Documents/Make-It-3D/nerf/provider.py", line 16, in from .utils import get_rays, safe_normalize File "/home/jun/Documents/Make-It-3D/nerf/utils.py", line 26, in...
## 🐛 Bugs / Unexpected behaviors The system I used is: ``` Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 ``` The environment is as below: ``` # Name...
For a single 3D object mesh, I want to get its multiple views using PyTorch3D renderer. I set ```R, T = look_at_view_transform(dist=1, elev=0, azim=[0/360, 30/360, ..., 360/360],)```. Using ```R``` and...
If you do not know the root cause of the problem / bug, and wish someone to help you, please post according to this template: ## 🐛 Bugs / Unexpected...
## 🚀 Feature Hi team, I was looking for debug visualization to show the location of the camera and the object like this: in PyTorch3D but did not find it....