DynaSLAM
DynaSLAM copied to clipboard
DynaSLAM is a SLAM system robust in dynamic environments for monocular, stereo and RGB-D setups
I appreciate your nice work and finished building following the guidance of README.md, but when I tried to run rgbd_tum, it turned out that libnppc.so.9.2 cannot be found. So I...
Is it possible to use a webcam, instead of the datasets? I want to use this in a Head mounted display and use the SLAM for position tracking is it...
I have built this project on Ubuntu 16.04 and OpenCV 2.4 and am using wsl2 to host the environment. My computer is nice and should be able to handle this...
Why multi-view geometry just be used in RGBD sequence, but not used in Stereo sequence? The algorithm design principle not enough suitable in Stereo sequence, or the accuracy of the...
used python2.7,opencv2.4.11,and check.py is fine. but i had a bad problem,could you please tell me how to fix it , thanks!
Will DynaSLAM || be open source in the future ?
Hi, sorry to bother you. I learned Semantic SLAM in recent months and now I'am doing some experiment basing on your code. After reading your paper and code, I have...
Hello, thank you very much for your work, I can run the TUM data set normally, and the data set I recorded with kinectv2 can also run normally under ORBSLAM2,...
while running im getting this issues. Loading Mask R-CNN. This could take a while... Importing Mask R-CNN Settings... [libprotobuf FATAL google/protobuf/stubs/common.cc:61] This program requires version 3.7.0 of the Protocol Buffer...
Fix building: 1. Remove mono_carla target, which was removed in the last commit 2. Detect if VIRTUAL_ENV is defined, and use the correct python includes therefrom