pytorch3d
pytorch3d copied to clipboard
PyTorch3D is FAIR's library of reusable components for deep learning with 3D data
## 🐛 Bugs / Unexpected behaviors I tried to install pytorch3d with anaconda and pip but it doesn't work. ## Instructions To Reproduce the Issue: ``` conda create --name myenv...
Can this work be used to render **BFM face models**? I get this warning when I try to render this model:**Bin size was too small in the coarse rasterization phase....
## 🐛 Bugs / Unexpected behaviors I'm attempting to use `SoftDepthShader` with the tutorial cow_mesh and 200 views, like so: ```python from pytorch3d.renderer.mesh.shader import SoftDepthShader raster_settings = RasterizationSettings( image_size=128, blur_radius=0.0,...
Reading through the documentation for `se3_log_map`, I was under the impression that `eps` and `cos_bound` were important for numerical stability: https://github.com/facebookresearch/pytorch3d/blob/43cd681d4fc55fefa9a47e70d3ca0a02818ce44a/pytorch3d/transforms/se3.py#L142-L147 However, following #1609 and [292acc7](https://github.com/facebookresearch/pytorch3d/commit/292acc71a33bf389225ef02af237dd82a8319f59) it appeared that `eps`...
The code in `renderer/mesh/clip.py` [link](https://github.com/facebookresearch/pytorch3d/blob/89b851e64c7af3a13766462280597a9d06bf9ae7/pytorch3d/renderer/mesh/clip.py#L189) should be modified from ``` if op == ""), (frustum.right, 0, ""), (frustum.bottom, 1, "
## 🐛 Bugs / Unexpected behaviors Running marching cubes on the CPU at higher resolutions (256, 512, 1024) seems to produce meshes with missing vertices and faces. The higher the...
## ❓ Questions on how to use PyTorch3D to render 2d normal map I notice that PyTorch3D can render a mesh with image-based lighting, but can I use it to...
## 🚀 Feature Reimplement/Port the Differentiable Poisson Surface Reconstruction algorithm from the paper [Shape As Points: A Differentiable Poisson Solver](https://github.com/autonomousvision/shape_as_points) into PyTorch3D. This implementation will provide mesh reconstruction functionality from...
**Problem**: When using the official project (tutorials/camera_position_optimization_with_differentiable_rendering.ipynb) to optimize the camera pose, the rendered image doesn't match the expected result, and the loss doesn't decrease as expected. Instead, the image...
Command I run: pip install "git+https://github.com/facebookresearch/pytorch3d.git" Python 3.11, Windows 11. error log (partial): ninja: build stopped: subcommand failed. Traceback (most recent call last): File "C:\Users\zhch1\anaconda3\envs\unique3d-py311\Lib\site-packages\torch\utils\cpp_extension.py", line 2105, in _run_ninja_build subprocess.run(...