Enhancement of the precision of map-db #623
Unanswered
sabosabo77
asked this question in
Q&A
Replies: 1 comment
-
|
Hi, Edit: coming back to this thread, I realise you are asking if there is a way to combine the two for a more precise mapping. Sorry, that would best be ynd_stellas wheelhouse. If you want help understanding the code, Ai agents are amazing for breaking down the key interfaces and could help you. Otherwise, here are the original academic papers: OpenVSLAM (Stella VSLAM's original project) t is a reimplementation of the OrbSLAM2 paper. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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