Jeremy Reizenstein

Results 201 comments of Jeremy Reizenstein

Sorry - I'm a bit confused. Yes you need to activate conda and your conda environment in the prompt. The two google docs are not useful logs - they don't...

Could you be missing some visual studio components like windows sdks? Also it's worth checking through the other issues which include "The system cannot find the file specified". We've had...

You have a cpu-only build of pytorch. With that, you won't be able to build or use pytorch3d with cuda. I think it'd be best to start again in a...

What is meant by "in tangent space". In tangent space, the normal is always straight up (ahead..) , so there'd be nothing to see, just a constant color. In world...

The errors here are const-correctness problems in calls to increment_version. I think you might be using quite an old version of pytorch, specifically from before https://github.com/pytorch/pytorch/pull/55351 (which fixed the type...

Is there another piece of the mesh very close to the camera (like the other side of the surrounding buildings)?. Maybe it needs to be clipped out.

What do you mean "download the zip file"? To install PyTorch, please follow the instructions in INSTALL.md. This will involve official install commands, which will either build a binary _C...

I think poetry might be deliberately not (yet) designed to deal with packages like PyTorch3D which have tight build time dependencies on versions of other packages. So it might be...

@jcjackch Do you want the epsilon stuff to be part of this PR? If so, might it be more efficient to use a boolean_mask like for th_divr? And also please...

can you try adding `-v` to pip install. You might then see what the error is.