bytedance / particle-sfm

ParticleSfM: Exploiting Dense Point Trajectories for Localizing Moving Cameras in the Wild. ECCV 2022.
http://b1ueber2y.me/projects/ParticleSfM/
GNU General Public License v3.0
268 stars 23 forks source link

make error when build TheiaSfM #4

Open DRosemei opened 1 year ago

DRosemei commented 1 year ago

Thanks for your nice work! But I meet trouble when building TheiaSfM image image How could I solve it? Thanks in advance!

B1ueber2y commented 1 year ago

How did you install ImageIO? I did not run into this problem, but a quick fix could be using C++14 for installing Theia: https://github.com/B1ueber2y/TheiaSfM/blob/particle-sfm/CMakeLists.txt#L39.

DRosemei commented 1 year ago

How did you install ImageIO? I did not run into this problem, but a quick fix could be using C++14 for installing Theia: https://github.com/B1ueber2y/TheiaSfM/blob/particle-sfm/CMakeLists.txt#L39.

Thansk for you reply. I followed guidance here:https://github.com/bytedance/particle-sfm/blob/main/misc/doc/theia.md. I have tried change C++17 to C++ 14, but there are still errors: image