Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale drift and LoopClosing #4

Open
Pepper-FlavoredChewingGum opened this issue Mar 27, 2023 · 4 comments
Open

Scale drift and LoopClosing #4

Pepper-FlavoredChewingGum opened this issue Mar 27, 2023 · 4 comments

Comments

@Pepper-FlavoredChewingGum

Hi, thanks for your excellent work. After running this code, I found that the scale drift is somewhat serious, and it is difficult to detect the loopclosing. What is the reason?
Sincerely look forward to your response.

@linyicheng1
Copy link
Owner

The loopback function is disabled, and further information is needed on the scale drift. The goal of this code is currently to test the tracking performance of different matching algorithms.

@Pepper-FlavoredChewingGum
Copy link
Author

Can you tell me how to open the loopclosing thread ? I can't find the corresponding switch, it seems that the loopclosing thread has also been started. At the same time, when I run the code on KITTI 00 sequence, the scale drift problem is serious. What is the reason?
20230327163738

@linyicheng1
Copy link
Owner

You can try the original ORB-slam2, which will scale drift more when there is no loopback. If you want to add loopback may be a more difficult job and may be updated in a future version. If you wish to add it yourself, you can debug from the LoopClosing::Run() function to see if each function works.

@lujunlin-HN
Copy link

Hello author, is the current version with the loopback function ready? Looking forward to your work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants