You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COLMAP
Hi everyone,
I saw in the documentation that *inlier_matches* in the database stores the list of matches used in reconstruction (after *geometric verification*).
I was curious, though, what should be the preferred way to get the list of remaining inlier correspondences *after* the final global BA step? That is, after performing e.g. filtering on observations with large reprojection errors.
Best regards,
- Jesus Briales
Johannes Schönberger
unread,
Nov 20, 2017, 9:59:48 AM11/20/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to COLMAP
Hi,
You can extract the correspondences from the sparse reconstruction file, when you select ``File > Export`` in the GUI or the ``--export_path`` option in the command line. Then you can read the output with Python or Matlab and either iterate over the observations in the ``images.bin/txt`` or ``points.bin/txt``. See here for more information on the data format: https://colmap.github.io/format.html