-
## ❓ Questions on how to use PyTorch3D
**AIM**: Basically asking for something already discussed in https://github.com/facebookresearch/pytorch3d/issues/577. However, with concrete code that works.…
-
When I try to run conversion after running server, I get these warning messages, and it takes forever and never completes.
```
To create a public link, set `share=True` in `launch()`.
0%| …
-
### 🐛 Describe the bug
when I use ** python3 setup.py develop** to run a distributed demo, It get this error
**1.module 'torch.distributed' has no attribute 'init_process_group'
2.No module named…
-
I’m wondering if this project can be installed on a Windows system. i have problem with pin==2.7.0 and python -m pip install --quiet --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.…
-
Hi,
As the title says, it's possible to get, in pytorch3d, the intersection points between 2 meshes and/or between a mesh and a line?
Thanks in advance!
-
Hi everyone,
I attempted to convert estimated poses to the Colmap format for the NeRF dataset, following [these](https://github.com/facebookresearch/PoseDiffusion/issues/9). Here is my code.
…
-
Hi!
I have spent a few days trying to install tilemapgen, but failed. I think the `Readme.md` instructions might be out of date, or that the `requirements.txt` or `environment.yml` needs to be upda…
-
Hi, thanks for this great work! I've been having problems installing the dependence. Could you please let me know which version of pytorch3d you used?
Thank you!
-
Hi, dear authors:
I use the following code to render an image, but I get wrong result
```
class NvRender():
def __init__(self) -> None:
self.glctx = dr.RasterizeCudaContext()
…
-
I have used MeshRasterizerOpenGL for rendering, but the speed has been not improved compared with MeshRasterizer. I am not sure whether there is any problem in using MeshRasterizerOpenGL. Thank you!