You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I saw this on the issue from rtabmap github repo. It says if I want to accelerate the processing speed with GPU. I can build the dependency library to increase them. However, I encounter some issues with opencv3 with my hardware at build time(old version OpenCV did not support new version architecture as mentioned here).
And the new version of OpenCV will have a dependency with eigen3 and Ceres, if I update both of them all the dependency packages will need to update as well.
Therefore, I turn to the docker version for a solution. This is the instruction I followed. As mentioned in the bottom half, if want to use GPU acceleration, I can follow the step.
I am wondering the following
Are they accelerate because of OpenCV or other dependency libraries?
What are versions of docker images support such acceleration?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
This docker image uses nvidia as example to show OpenGL windows (just for visualization). Rtabmap or other libraries are not rebuilt with cuda support in that image.
I am not used to create cuda-enabled docker images, but if you are able to start from an ubuntu-nvidia-cuda image, you may rebuild rtabmap from source and its dependencies (like opencv) while enabling cuda support for each dependency that can support it.
Hi, I saw this on the issue from rtabmap github repo. It says if I want to accelerate the processing speed with GPU. I can build the dependency library to increase them. However, I encounter some issues with opencv3 with my hardware at build time(old version OpenCV did not support new version architecture as mentioned here).
And the new version of OpenCV will have a dependency with eigen3 and Ceres, if I update both of them all the dependency packages will need to update as well.
Therefore, I turn to the docker version for a solution. This is the instruction I followed. As mentioned in the bottom half, if want to use GPU acceleration, I can follow the step.
I am wondering the following
Thanks in advance.
The text was updated successfully, but these errors were encountered: