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

Pose Estimation Only Issue #19

Open
turmansky opened this issue Dec 29, 2024 · 0 comments
Open

Pose Estimation Only Issue #19

turmansky opened this issue Dec 29, 2024 · 0 comments

Comments

@turmansky
Copy link

turmansky commented Dec 29, 2024

Experimenting with PoseEstimation mode and running into issues. The Kernel launch fails in the constructQuadraticFormKernel.
Assume that only Pose vertex is passed in and no landmark Vertices so that the solver optimizeP_ is true and it executes the correct branch. For the the MonoEdge objects a LandmarkVertex was created and passed in.
Compiled a static lib with the CUDA toolkit 10.2 with no issue
When calling the code from a simple test app it fires off many illegal memory access (700) errors and with NSight debugger see failures in launch.
Since Hll, bl, Hpl are not initialized in buildstructure() is this causing the issue
Is there any example code of anyone using Cuba for PoseOptimization() in ORB-SLAM2 ??
Any clues as to what I may be doing wrong ?

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

1 participant