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

Hi,can Anti-Aliasing be applied through MeshRasterizerOpenGL? Besides using the SSAA and avgpool method, are there any better alternatives

## ❓ Questions on how to use PyTorch3D I would like to call the render function and only render triangles that fall between znear and zfar planes. However when I...

https://github.com/facebookresearch/pytorch3d/blob/e17ed5cd50a1b43ed60ca4ff7a9a2e329c17c012/pytorch3d/renderer/mesh/textures.py#L1251 I noticed when running a render with multiple textures and faces_per_pixel > 1 that I was getting the result. I traced the issue to this line. `pix_to_face` has shape...

## 🐛 Bugs / Unexpected behaviors I have encoutered instances where the `_check_coplanar` function of `iou_box3d.py` behaves inconsistently across GPUs when the number of boxes is 1. ## Instructions To...

## 🐛 Bugs / Unexpected behaviors May be similar to this issue https://github.com/facebookresearch/pytorch3d/issues/317. The main difference being that the segmentation fault occurs during the "conda install pytorch" command. There's several...

I followed the same step that I did for past computers and retry them on the new computer (win11). At the final step of pip install -e . , there...

>>> import torch >>> import pytorch3d >>> from pytorch3d import _C Traceback (most recent call last): File "", line 1, in ImportError: cannot import name '_C' from 'pytorch3d' (/lxy02/GenPose-main_/GenPose-main/pytorch3d/__init__.py)

Dear Developers, Thank you for your contributions. I wanted to point out a minor issue: version 0.7.8 is tagged with a capital "V," which causes a problem when attempting to...

Summary: `c10::optional` is an alias for `std::optional`. Let's remove the alias and use the real thing. Reviewed By: palmje, dmm-fb Differential Revision: D63402383

CLA Signed
fb-exported