-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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. |
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. |
Hello author, is the current version with the loopback function ready? Looking forward to your work. |
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.
The text was updated successfully, but these errors were encountered: