Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Problem of Map Deformation #20

Description

@mingqiJ

Hi, congratulation on the good work!

I have some questions about Map Deformation part.

I find you change the Gaussian location according to the pose changes. But DROID-SLAM tracking will change the key frame idx in frontend.py.

if d.item() < self.keyframe_thresh:
            self.graph.rm_keyframe(self.t1 - 1)            
            with self.video.get_lock():
                self.video.counter.value -= 1
                self.t1 -= 1

It means you will give Gaussians inserted by two frames the same key frame idx. When you do the deformation, you use the same new pose to change Gaussians inserted by different frames.

It doesn't make sense right?

Could you help me solve this question?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions