Enhancement of the precision of map-db #623
Unanswered
sabosabo77
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What I Want to Achieve
I want to enhance the precision of the map database used in Localization mode.
Input:
• Camera trajectory (high-accuracy self-positioning results, such as those from LIDAR-SLAM)
• Monocular RGB images at each timestamp
Output:
• Map database
Question
Even with offline processing, I believe this can be achieved by calling some of the functions already implemented in Stella-VSLAM from my custom program. However, the code is complex, and I’m struggling to understand the behavior of each function.
Could you provide general guidance on which functions to call and in what order?
Additionally, if there are any documents that can help me understand Stella-VSLAM’s algorithm, I would appreciate it if you could share them.
Beta Was this translation helpful? Give feedback.
All reactions