UZ-SLAMLab / ORB_SLAM3

ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
GNU General Public License v3.0
6.49k stars 2.54k forks source link

After turning, the scale of the newly generated map points is reduced #858

Open AiteYx opened 8 months ago

AiteYx commented 8 months ago

Using my own video & camera parameters. Only monocular mode activated. The map is simple. Go straight. - Turn left. - Go straight 1、The visualization works well the first time you go straight 2、The left turn is not bad either 3、After turning around, the map points and keyframes are very crowded. The coordinates are getting smaller

I want to know how to solve this problem.

Styazoua commented 8 months ago

I have noticed this behaviour too. And I think it could be a change of speed. (Just an idea) I think you could solve this by using Monocular-Inertial.

AiteYx commented 8 months ago

I have noticed this behaviour too. And I think it could be a change of speed. (Just an idea) I think you could solve this by using Monocular-Inertial.

Thank you.

AiteYx commented 8 months ago

I have noticed this behaviour too. And I think it could be a change of speed. (Just an idea) I think you could solve this by using Monocular-Inertial.

I recorded in an underground parking lot, resulting in sharp corners at the farthest and nearest points in the image. It may be difficult for the system to distinguish these corner distance information from the monocular camera.

But in this example, monocular works very well.