cvg / pixel-perfect-sfm

Pixel-Perfect Structure-from-Motion with Featuremetric Refinement (ICCV 2021, Best Student Paper Award)
Apache License 2.0
1.29k stars 132 forks source link

Remove local pyceres and HighFive #75

Closed Phil26AT closed 1 year ago

Phil26AT commented 1 year ago

Note: This commit changes submodules. If you pull these updates into an existing repo, run git submodule update --init --recursive before installing.

You also need to install pyceresfrom source (similar to pycolmap):

git clone --recursive git@github.com:cvg/pyceres.git
cd pyceres
pip install -e .