-
Notifications
You must be signed in to change notification settings - Fork 399
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
Add feedback during monocular initialisation to diagnose initialisation status #572
Comments
I don't think the addition of the drawing feature will solve that problem. what you really need is a status indicator. You can implement the following. (The related code is attached.)
|
What issue is the feature request related to?
Add feature tracks during monocular initialisation as feedback to diagnose initialisation issues.
Describe the solution you'd like
As I describe in this discussion #557
I'm experiencing very long monocular initialisation compared with ORBSLAM2 in the same conditions.
I would like to see the same feature tracks that ORBSLAM2 shows during monocular initialisation to discard that the long initialisation is due to bad feature tracking. stella_vslam doesn't show these feature tracks during monocular initialisation so I don't know if the issue is bad feature tracking or how these tracks are used to initialise the map.
The text was updated successfully, but these errors were encountered: