Jeremy Reizenstein

Results 201 comments of Jeremy Reizenstein

I don't really understand. You can use the output of rasterizer(mesh) to see for each pixel in the image, what positions on the mesh it matches? Is that useful?

Yes, I `transform_points_screen` is known to behave differently for different camera types, and I don't think it's going to be fixed because fixing it could be quite disruptive.

You can use SoftSilhouetteShader: see the fit_textured_mesh tutorial for an example. Or you can make up a texture - e.g. a TexturesVertex with a constant color - and assign that...

Normals will be calculated if they aren't provided. When you say you can't render successfully, do you mean that you get a blank image? Can you check the object and...

I think this might be a correct effect: the rendering with SoftPhongShader is a bit transparent and there may be faces behind. Can you try with different values of sigma...

You can try to get more info on what went wrong with `!pip install -v 'git+facebookresearch/pytorch3d.git@stable'` But yes, you will probably need to go back a few versions of PyTorch3D....

Is there a danger with this that torch could be downloaded and installed automatically without the user picking which build they want? For example, they end up with a torch...

> A +1 on this issue as well, I'm trying to use pip compile for requirement management with your package and it breaks expecting torch in the environment doing the...

We are right in the middle of releasing 0.7.2. I have had to pull the wheels down.

The wheels on fbaipublicfiles are there for a particular purpose - supporting the tutorials. We don't have a proper archive and distribution system for wheels. With the current system, it...