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

Windows10 CUDA11.8 pytorch=2.0.1 when i build pytorch3D in win10,i meet below this error: D:/Program Files/Anaconda3/envs/torch3D/lib/site-packages/torch/include\c10/macros/Macros.h(138): warning C4067: 预处理器指令后有意外标记 - 应输入换行符 C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.8/include\thrust/system/cuda/detail/core/agent_launcher.h(524): error: namespace "thrust::cub" has no...

Hi! I am new to Pytorch3d and I am learning the [tutorial](https://pytorch3d.org/tutorials/deform_source_mesh_to_target_mesh). ## 🐛 Bugs / Unexpected behaviors But I find that there are empty outputs in these two lines:...

## ❓ Questions on how to use PyTorch3D Hi! Thank you for maintaining this wonderful repo! Let's say I have meshes of objects, with their instance ids (or semantic category...

(torch3Dtorch180) E:\Anaconda\envs\torch3Dtorch180\Lib\site-packages\pytorch3d-0.6.0>python setup.py install running install E:\Anaconda\envs\torch3Dtorch180\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer, pypa/build or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html...

Help!!! envs: device=RTX3090, cuda=11.0, python=3.65, pytorch=1.7, cub=1.9.9, pytorch3d = 0.6 **The error:** **nvcc fatal : Unsupported gpu architecture 'compute_86' error: command 'C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v11.0\\bin\\nvcc.exe' failed with exit status...

## 🚀 Feature Nearest-neighbor search with Ball Query under periodic boundary conditions. #1012 is more open-ended, but related. ## Motivation [Force fields](https://en.wikipedia.org/wiki/Force_field_(chemistry)) are commonplace in computational chemistry and physics, where...

## 🐛 Bugs / Unexpected behaviors I'm trying to install pytorch3D on Windows 11 + Python 3.11, within WSL2 and with CUDA 12.2. I'm using the nightly build for Pytorch...

## 🚀 Feature Enable users to sample points from any data structure that defines a mesh according to the obj format. In addition, provide the following capabilities: 1. for each...

Hi, As written in the title, I'd like to get the face indices of points that are sampled from mesh via API ```pytorch3d.ops.sample_points_from_meshes```. Unfortunately, the API doesn't return such face...

## the Issue: 1. code ``` from pytorch3d.io import load_ply ``` 2. full logs pytorch3d version = 0.7.4 laptop :macos intel chip ``` ImportError: dlopen(/Users/danyow/envs/3d_venv/lib/python3.9/site-packages/pytorch3d/_C.cpython-39-darwin.so, 0x0002): Symbol not found: (__ZN2at4_ops10select_int4callERKNS_6TensorExx)...