llcc343 / ReliableResectioning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improving Structure from Motion with Reliable Resectioning

Authors: Rajbir Kataria, Joseph DeGol, Derek Hoiem

Paper
Supplementary Material
Poster
Short Video
Presentation

Abstract

A common cause of failure in structure-from-motion (SfM) is misregistration of images due to visual patterns that occur in more than one scene location. Most work to solve this problem ignores image matches that are inconsistent according to the statistics of the tracks graph, but these methods often need to be tuned for each dataset and can lead to reduced completeness of normally good reconstructions when valid matches are removed. Our key idea is to address ambiguity directly in the reconstruction process by using only a subset of reliable matches to determine resectioning order and the initial pose. We also introduce a new measure of similarity that adjusts the influence of feature matches based on their track length. We show this improves reconstruction robustness for two state-of-the-art SfM algorithms on many diverse datasets.

Getting Started

Clone Repository: git clone --branch raj.reliable-resectioning git@github.com:rajkataria/ReliableResectioning.git

OpenSfM

  1. Follow install instructions at https://www.opensfm.org/docs/building.html

COLMAP

  1. Follow installation instructions at https://colmap.github.io/install.html
  2. Install libjsconcpp library: sudo apt-get install libjsoncpp-dev

Contact

If you have any questions, please contact Rajbir Kataria

About


Languages

Language:C++ 45.8%Language:Makefile 24.6%Language:C 17.2%Language:CMake 3.1%Language:Cuda 2.8%Language:Python 2.7%Language:JavaScript 1.4%Language:Java 1.2%Language:SWIG 0.5%Language:Objective-C++ 0.2%Language:HTML 0.1%Language:TeX 0.1%Language:Objective-C 0.1%Language:Assembly 0.1%Language:Shell 0.1%Language:MATLAB 0.0%Language:Batchfile 0.0%Language:Scala 0.0%Language:GLSL 0.0%Language:Dockerfile 0.0%Language:Clojure 0.0%Language:Roff 0.0%