Skip to content

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

@lanlan96

Description

@lanlan96

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions