danielgordon10
danielgordon10
When I run the edgeboxDemo for instance, I get this error Error using edgesDetect (line 63) Not enough input arguments. Error in edgeBoxes>edgeBoxesImg (line 84) model.opts.nms=0; [E,O]=edgesDetect(I,model); Error in edgeBoxes...
gcc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'
I am getting this error when trying to compile some go code. Do you know what might be causing it? Longer error message ``` ERROR: /home/daniel/thirdwave/twa/go/lib/geometry/BUILD.bazel:29:8: GoLink twa/go/lib/geometry/geometry_test_/geometry_test failed (Exit...
## ❓ Questions on how to use PyTorch3D I would like to call the render function and only render triangles that fall between znear and zfar planes. However when I...
https://github.com/facebookresearch/pytorch3d/blob/e17ed5cd50a1b43ed60ca4ff7a9a2e329c17c012/pytorch3d/renderer/mesh/textures.py#L1251 I noticed when running a render with multiple textures and faces_per_pixel > 1 that I was getting the result. I traced the issue to this line. `pix_to_face` has shape...