Kevin Eales
Kevin Eales
I was curious about this myself.
When I encountered this issue it was because I was going back to recompile some extras and opencv was already compiled and installed (from the same source)... I have not...
I too have been searching for exactly this; however, after doing a code review with some of my people on: ``https://github.com/opencv/opencv/blob/4.x/modules/imgproc/src/contours.cpp`` It was decided that none of us has the...
Now that you mention it that would make sense.
Identical problem on Nvidia AGX Orin: ``` Traceback (most recent call last): File "", line 1, in File "/opt/venv/lib/python3.10/site-packages/open3d/__init__.py", line 93, in from open3d.cpu.pybind import (core, camera, data, geometry, io,...
Looking deeper it would appear the build having to be performed on CPU and GPU in separate alternation, they both are attempting to allocate the same memory block assuming they...
Is that a prebuilt package?On Jun 12, 2023, at 12:50 AM, Jack ***@***.***> wrote: Hello, I will add on my report of the similar issue. ImportWarning: Open3D was built with...
Try adding /usr/local/cuda into the path variable
Hopefully one of the devs can shed some light onto this matter
I hear you, this is putting an unfortunate delay on my SLAM project, investigating switching to Kimera