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

I`ve provided feature request [here](https://github.com/facebookresearch/pytorch3d/issues/1819) with a motivation to add this class. "render_with_envmap.ipynb" noteboot is just an example for usage of this class and posibility to convert spherical harmonics to...

CLA Signed

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 a very strange problem. The texture of the image I rendered seems to be very deranged, as shown in the following picture. ![image](https://github.com/facebookresearch/pytorch3d/assets/57057720/0864a714-d81a-4fa7-bbfb-15c326883c3d) 我使用的代码如下: ``` def get_gpu_info(size_thre:...

“cannot import name 'MeshesXD' from 'pytorch3d.structures' (/home/evlab/anaconda3/envs/torch3d/lib/python3.9/site-packages/pytorch3d/structures/__init__.py)“ My installation process is correct, so why is this error occurring? Is it a bug? "from .meshes import join_meshes_as_batch, join_meshes_as_scene, Meshes from .pointclouds...

By searching pytorch3d in pytorch3d conda channel, I can find only versions up until 0.7.5 I did find version 0.7.6 with conda-forge, but it ask me to install cpu version...

help me. torch 2.0.0 torchaudio 2.0.0 torchvision 0.15.0 and cuda version 11.8 Why can't I install pytorch3d?

## 🚀 Feature Introduce an **EnvMapLights** class that illuminates a scene using a 2D discrete environment map. This environment map can be derived from spherical harmonics. ## Motivation Currently, PyTorch3D...

## 🐛 Bugs / Unexpected behaviors When I use box3d_overlap on GPU, it may cause "RuntimeError: CUDA error: an illegal memory access was encountered" under certain inputs. ## Instructions To...

bug

## ❓ How to properly use MeshRasterizerOpenGL I'm looking for help/guidance (or a pointer to sample usage code!) regarding the MeshRasterizerOpenGL... I'm multiview-rendering a large number of meshes (many of...