cuda-bundle-adjustment icon indicating copy to clipboard operation
cuda-bundle-adjustment copied to clipboard

Support for ORB_SLAM3?

Open TriceHelix opened this issue 2 years ago • 4 comments

As far as I'm aware CUBA can still be used for some of the ORB_SLAM3 optimization functions, however a big part of the new version is the combination of IMU measurements with mono/stereo tracking. In optimization, instead of the Mono and Stereo edges which are supported by this repo, there are now also Inertial edges which connect 6 vertices, aswell as some variations of that. I'm not entirely sure how it all works but I'm curious if there are any plans to support that in this repo, or if not, how one would implement the functionality for themselves.

TriceHelix avatar Sep 05 '21 10:09 TriceHelix

I have the same idea

vitalemonate avatar Oct 24 '21 05:10 vitalemonate

@atakagi-fixstars , any comments on this

bopeng1234 avatar Nov 26 '21 07:11 bopeng1234

Hi everyone.

I checked the new verticies and edges which are added in the ORB_SLAM3. And I got a rough idea of how to implement the optimization.

I don't know when it will be completed, but I want to challenge.

Regards,

atakagi-fixstars avatar Dec 03 '21 07:12 atakagi-fixstars

Hi everyone.

I checked the new verticies and edges which are added in the ORB_SLAM3. And I got a rough idea of how to implement the optimization.

I don't know when it will be completed, but I want to challenge.

Regards,

Looking forward to your work!

vitalemonate avatar Dec 03 '21 09:12 vitalemonate