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

Pyceres requires colmap == 3.9.1 #136

Open DabblerGISer opened 4 months ago

DabblerGISer commented 4 months ago

I tried to install pyceres from source and it requires colmap == 3.9.1, which has conflicts with the requirements of pixel perfect sfm(colmap 3.8). I tried to install colmap 3.9.1 and adjust the head files and references under pixel perfect sfm but it seems failed. How can I solve this problem? Thank you!

sarlinpe commented 4 months ago

Use COLMAP 3.8 with the versions pinned here: https://github.com/cvg/pixel-perfect-sfm/blob/40f7c1339328b2a0c7cf71f76623fb848e0c0357/requirements.txt#L1-L2

ichsan2895 commented 4 months ago

I use pip install pyceres==2.0 and it works with colmap 3.8