borglab / borglab/gtsfm

Improving data association

Open
#244 3 comments 0 reactions 2 assignees Claimed by @travisdriver View on GitHub
objective
Dominant language
Jupyter Notebook
Stars
524
Forks
64
Avg merge
4h 1m
Merged PRs (30d)
3

Description

Data association is the association of features into tracks before bundle adjustment. Currently this is done with Union-find.

We currently observe the following problems with data association:

1. Too many small tracks
2. Wrong correspondences may cause two different tracks to be merged into one track.
3. Once a track is triangulated, if the mean reprojection error is high, all observations are discarded.
4. The reprojection error threshold used to make this work is too high.
5. We don't refine tracking with better poses after bundle adjustment.

Creating a high level issue to address these problems. Feel free to add to the list any discrepancies you observe and add yourself to assignees when contributing. :)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.