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

## ๐Ÿš€ Feature and Motivation Outlier removal is very important for practical usage๏ผŒlibraries like open3d/pcl have CPU support of outlier removal (e.g., http://www.open3d.org/docs/latest/tutorial/Advanced/pointcloud_outlier_removal.html). It would be nice if pytorch3d could...

enhancement

I am using pytorch3D to do related work on NeRF recently. Is there a way to convert the camera parameters of NeRF's public dataset into the camera parameters supported by...

enhancement

Is it possible to overlay a texture on top of another? for example, adding makeup to face texture?

enhancement
how to

Hello, Thank you for sharing this great project. I have a question about the lighting setting. I wonder whether pytorch3d supports Multiple light source rendering in the same scene. Thank...

enhancement

## ๐Ÿš€ Feature Hi, is parallel training one of the features that you are working on ? Or when can we expect your realization support data parallel or even data...

enhancement

## ๐Ÿš€ Feature Incorporate normal mapping into the rendering pipeline. A normal map is an image using which the mesh normals are manipulated before rendering. ## Motivation [Normal mapping](https://en.wikipedia.org/wiki/Normal_mapping) (or...

enhancement
how to

## ๐Ÿš€ Feature It would be extremely useful to add gradient support for the [box3d_overlap](https://github.com/facebookresearch/pytorch3d/blob/d049cd2e0102a6b2e08bf2b595131d5177638081/pytorch3d/ops/iou_box3d.py#L91) function which will allow being used as an objective function. I was wondering if there...

enhancement

## ๐Ÿš€ Feature Basically the same request as: https://github.com/pytorch/pytorch/issues/25639 In short, lots of different tooling will benefit from being able to find precompiled wheels. ## Motivation I prefer using the...

enhancement
installation

Hi. I checked the docs, but I can't find the implementation about loading ply objects with UV coordinates. Does that mean I must use a third party to load ply...

enhancement

## ๐Ÿš€ Feature Currently point_reduction entry in the chamfer_distance function should either be "mean" or "sum". That would be great to have the option of accessing output without any reduction....

enhancement