pytorch3d
pytorch3d copied to clipboard
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
## ๐ 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...
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...
Is it possible to overlay a texture on top of another? for example, adding makeup to face texture?
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...
## ๐ 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...
## ๐ 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...
## ๐ 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...
## ๐ 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...
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...
## ๐ 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....