Hello guys!
First of all, Thank you for such a wonderful work! As a fellow academic who researches in optical flow, this is a great asset to the community!
I have been trying to execute the VO and the Full-SLAM module following your guidelines you suggested.
I have installed all dependencies you mentioned (libopencv-dev, DBoW3, Ceres2 (all tests passed!), PyOpenGL) and think I managed to create the 'vo.so' and 'slam_full.so' files (with bunch of warnings displayed in the terminal window?).
I tried to run the VO demo first then execute the Full Slam demo, however, from both approaches I receive the following import errors.
"VO"
"ImportError: /home/hri/PycharmProjects/VOLDOR/VOLDOR/demo/pyvoldor_vo.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2cv6String10deallocateEv"
"Full SLAM"
"ImportError: /home/hri/PycharmProjects/VOLDOR/VOLDOR/demo/pyvoldor_full.cpython-36m-x86_64-linux-gnu.so: undefined symbol: cusolverDnSetStream"
I am not sure of how to handle the following errors?
The environment I am currently working with is:
- Ubuntu 18.04
- OpenCv 3.2.0
- CUDA 11.3
Any further information you need, I will be happy to provide
Again, thanks for your support
Hello guys!
First of all, Thank you for such a wonderful work! As a fellow academic who researches in optical flow, this is a great asset to the community!
I have been trying to execute the VO and the Full-SLAM module following your guidelines you suggested.
I have installed all dependencies you mentioned (libopencv-dev, DBoW3, Ceres2 (all tests passed!), PyOpenGL) and think I managed to create the 'vo.so' and 'slam_full.so' files (with bunch of warnings displayed in the terminal window?).
I tried to run the VO demo first then execute the Full Slam demo, however, from both approaches I receive the following import errors.
"VO"
"ImportError: /home/hri/PycharmProjects/VOLDOR/VOLDOR/demo/pyvoldor_vo.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2cv6String10deallocateEv"
"Full SLAM"
"ImportError: /home/hri/PycharmProjects/VOLDOR/VOLDOR/demo/pyvoldor_full.cpython-36m-x86_64-linux-gnu.so: undefined symbol: cusolverDnSetStream"
I am not sure of how to handle the following errors?
The environment I am currently working with is:
Any further information you need, I will be happy to provide
Again, thanks for your support