pytorch3d
pytorch3d copied to clipboard
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
```python Python 3.11.5 (main, Sep 2 2023, 14:16:33) [GCC 13.2.1 20230801] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> import torch >>> pyt_version_str=torch.__version__.split("+")[0].replace(".",...
Hi ! I would like to install pytorch3d for a project in my school. I am sure there probably is a similar issue that has my answer, but I couldn't...
## 🚀 Feature Could you also please make the wheel for `py310_cu116_pyt1121` available? ## Motivation Exact same as https://github.com/facebookresearch/pytorch3d/issues/1434 but for different versions... We are, for various reasons beyond my...
When setup pytorch3d-0.7.3, I met up with this: The detected CUDA version (12.1) mismatches the version that was used to compile PyTorch (11.8). Please make sure to use the same...
Every time I download the pytorch3d using pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable' I got this error I also tried it using pip install 'git+https://github.com/facebookresearch/pytorch3d.git' ERROR: Failed building wheel for pytorch3d Running setup.py...
Hi, I try seting grid_size = [440 500 1] and get an error, it seems that bugs exist when performing 2D voxelization. ``` _LinAlgError Traceback (most recent call last) Cell...
## 🐛 Bugs / Unexpected behaviors I am trying to install pytorch3d but keep failing. Running: `!pip install git+https://github.com/facebookresearch/[email protected]` works ok. But if I run: ``` ! pip install -q...
@bottler Issue: fbapipublicfiles download links for builds are not working Status: I previously reported this issue when pt3d bumped from 0.7.0 to 0.7.1 at https://github.com/facebookresearch/pytorch3d/issues/1366 - it's quite annoying that...
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...
The documentation for the "get_projection_transform" function within the "FoVPerspectiveCameras" class, found in the "renderer/cameras.py" file, appears to contain an inconsistency regarding the calculation of `s1` and `s2`. According to the...