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

How to use pre-computed poses in this framework? #45

Open
lanlan96 opened this issue Feb 17, 2025 · 0 comments
Open

How to use pre-computed poses in this framework? #45

lanlan96 opened this issue Feb 17, 2025 · 0 comments

Comments

@lanlan96
Copy link

Hi, I want to see how Go-SLAM can improve the accuracy of camera poses derived from other system. I changed the self.video.append in

self.video.append(timestamp, image[left_idx], None, None, depth,
and
self.video.append(timestamp, image[left_idx], IdentityMat, 1.0, depth,
to replace the pose input None or IdentityMat with my poses (the shape is 7: [tx,ty,tz,qx,qy,qz,qw]). I test scene0169_00 in ScanNet. However, the optimization seems to collapse and not converge. The ATE error is more than 1m. I would appreciate it if you could give some suggestions. Thanks!

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