Jeremy Reizenstein

Results 201 comments of Jeremy Reizenstein

This might be quite hard to solve. What is the `silhouette_renderer` function? Perhaps it could be rewritten specially for vmap compatibility.

What is the whole function you are passing to theseus?

There are no builds for python 3.11 yet. Wheel builds mostly just match colab.

Can you build a wheel of your own using the docker tool in packaging/linux_wheels and store it yourself?

This is like other issues, most recently https://github.com/facebookresearch/pytorch3d/issues/1576 . I think it is a problem with the build environment. Can you run `cl.exe` in that terminal? If you are using...

What version of pytorch do you have? If you install our prebuilt wheels (for intel mac) they will only work with PyTorch 1.13.0. It may help to build from source?

Can you share your `pip list` and `conda list`. When you say "reinstall", did you try starting again in a new environment? I recommend that.

Why are you trying pytorch3d 0.6.1? Main thing is: Does it work in a new environment with torch 1.13.0 and latest pytorch3d?

There's quite a lot of documented classes in implicitron, including the important ones I think, and also documentation in the implicitron trainer readme. Can you suggest some specific classes which...