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 289 pytorch3d issues
Sort by recently updated
recently updated
newest added

Hi, I am working with the ShapeNet dataset and Pytorch3D loads the textures as TextureAtlas, is there a way to convert this TextureAtlas into TextureUV? Or can I load them...

enhancement
question

I followed the steps in the INSTALL.md to install PyTorch, and tried different versions of PyTorch, but it always showing the Error: Not Compiled with GPU Support. I also tried...

enhancement

a similar Boolean Operations function is provided? I need to deform two meshes and define a Boolean Difference. The difference of two manifold meshes A and B is the volume...

enhancement

Dear Authors, I'm glad to use Pytorch3d for my research about differentiable rendering. But now I'm confusion about how to use TextureUV with multiple textures. I want to train two...

enhancement

## 🚀 Feature Use of custom distance function while calculating k nearest neighbour. NOTE: Please look at the existing list of Issues tagged with the label ['enhancement`](https://github.com/facebookresearch/pytorch3d/issues?q=label%3Aenhancement). **Only open a...

enhancement

## 🚀 Feature Subdivide mesh using Loop’s algorithm[1], similar to [open3d.geometry.subdivide_loop](http://www.open3d.org/docs/0.7.0/python_api/open3d.geometry.subdivide_loop.html). [1] Loop, “Smooth subdivision surfaces based on triangles”, 1987

enhancement

## 🚀 Feature Currently, `update_padded` only exists as an out-of-place operation which shallow copies attributes onto a new object. It would be nice to have an in-place version that just...

enhancement

Hello, I am using Pytorch3D to create my dataset for training a neural network. As you know the tensors in Pytorch3D have the type of torch.float32. On the other hand,...

enhancement
how to

hello, seems that pytorch3d cannot save mesh with TexturesVertex. Is that so? [save_obj](https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/io/obj_io.py#L661-L670)

enhancement

Hello, I would like to compute for a point in space it's inside or outside wrt my watertight mesh and then the distance to a face. I see that I...

enhancement