Issues in feature extractions in OpenVSLAM #61
surfii3z
started this conversation in
Show and tell
Replies: 1 comment
-
|
It's related to #73. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I have been working on Visual SLAM for quite a while and I have the idea to use Neural Network, packnet-sfm in particular, to infer the depth and use the SLAM as RGB-D system instead of just monocular system.
By doing so, I hope to solve a few challenges of the monocular SLAM system, namely scale ambiguity, pure-rotation and map initialization.
I pose this Youtube link to show some result of my experiment on KITTI odometry sequence 07. I found that OpenVSLAM has some issues.
In the video, OpenVSLAM has a lot of features flickering on the road, in contrast to ORB_SLAM2. After that, it also failed to track the features after the car was turning, whereas ORB_SLAM2 works just fine.
I wonder if we cloud identify/ solve these problems of OpenVSLAM.
Best
Surf
Beta Was this translation helpful? Give feedback.
All reactions