FS#76689 - [meshroom] can't compute depth map as the required function is not installed by alice-vision
Attached to Project:
Community Packages
Opened by Michael Prasthofer (mpr) - Monday, 28 November 2022, 15:54 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 04 January 2023, 23:02 GMT
Opened by Michael Prasthofer (mpr) - Monday, 28 November 2022, 15:54 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 04 January 2023, 23:02 GMT
|
Details
Thanks for adding meshroom to the community repository a few
days ago. When testing it on the Monstree Image Dataset (
https://meshroom-manual.readthedocs.io/en/latest/first-steps/test/index.html
) meshroom stopped working at the DepthMap node with the
error message `/bin/sh: line 1:
aliceVision_depthMapEstimation: command not found`. On my
system, after installing alice-vision the depth map related
commands (aliceVision_depthMapEstimation and
aliceVision_depthMapFiltering) don't seem to be installed.
Without them meshroom cannot compute the full pipeline. I
installed the packages with `sudo pacman -S meshroom` and
made no changes to the installation.
|
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Wednesday, 04 January 2023, 23:02 GMT
Reason for closing: Fixed
Wednesday, 04 January 2023, 23:02 GMT
Reason for closing: Fixed
/usr/include/c++/12.2.0/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = aliceVision::Voxel; _Alloc = std::allocator<aliceVision::Voxel>; reference = aliceVision::Voxel&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Also, the program crashes when trying to display features on images:
/usr/include/c++/12.2.0/bits/stl_vector.h:1123: std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = QPointF; _Alloc = std::allocator<QPointF>; reference = QPointF&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
Aborted (core dumped)
I can reproduce the segfaulting problem. Could you produce a stacktrace for upstream and report an issue on their tracker?
Ok, glad it's not just on my computer :) I'll report an issue on their tracker.