AIBluefisher / EGSfM

The old implementation of GraphSfM based on openMVG.
BSD 3-Clause "New" or "Revised" License
88 stars 19 forks source link

versions of ext libraries that work #9

Open nkennek opened 4 years ago

nkennek commented 4 years ago

Hi @AIBluefisher, I'm so interested in your project and now setting up Docker environment to run sample reconstruction. could you please tell me the working version of ext libraries (eigen, ceres-solver)?

regards,

AIBluefisher commented 4 years ago

Hi, it's better to use Eigen 3.2.x and never to use Eigen 3.3.x above, and always the newest version of ceres-solver.