gtsfm icon indicating copy to clipboard operation
gtsfm copied to clipboard

Improving data association

Open akshay-krishnan opened this issue 3 years ago • 3 comments

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. :)

akshay-krishnan avatar Sep 01 '21 02:09 akshay-krishnan