Matt Leotta
Matt Leotta
OpenMP is what we are already using in other parts of TeleSculptor for parallel processing on the CPU. "Batch Compute Depth Maps" uses this quite extensively and makes good use...
What version of MAP-Tk are you using? Or what branch/commit if not a release version?
I'll see if I can reproduce it. It's possible that those example config files have become outdated and need updating.
I was not able to reproduce the issue. Looking closer at your posted log message it looks like you don't have the Ceres Solver plugin. This example configuration uses the...
The installer package should provide Ceres. Does your install have `lib/libmaptk_ceres.so` and `lib/maptk/maptk_ceres_plugin.so`? Maybe there is another reason it is not loading. Can attach you entire run log? Can you...
Thanks. The error appears to be Failed to open module library /home/pk/MAP-Tk-0.9.0-Linux-x86_64/bin/../lib/maptk/maptk_ceres_plugin.so (error: libf77blas.so.3: cannot open shared object file: No such file or directory) Try this: apt-get install libatlas3-base
Yep, that's the error I found when trying to reproduce your original issue. I'm working on it.
The error message reported in your log: problem_impl.cc:65 Check failed: it != parameter_map.end() Parameter block not found has now been fixed on the `release` branch. It will be included in...
We need more information to be able to help. What version (or branch and commit) of TeleSculptor are you trying to build? What compiler and OS versions? It looks like...
What version (or branch and commit) of TeleSculptor are you trying to build? v1.1.1? master? release? If not a versioned release, what is the git hash?