You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got Abnormal program termination: received signal 11 (SIGSEGV) in step [11/11] Texturing.
I built and compiled AliceVision with vcpkg and VS 2017 (15.9.12) under Windows 10 from the lastest commit in develop branch (commit 132ac39), and ran the photogrammetry pipeline through python bin/meshroom_photogrammetry.
Thanks for the report and the analysis!
We are aware of it and we are about to merge the PR #629 in the coming days which already fixes this issue (and contains texturing improvements).
Got
Abnormal program termination: received signal 11 (SIGSEGV)
in step[11/11] Texturing
.I built and compiled AliceVision with vcpkg and VS 2017 (15.9.12) under Windows 10 from the lastest commit in develop branch (commit 132ac39), and ran the photogrammetry pipeline through
python bin/meshroom_photogrammetry
.dataset_monstree/mini3 was used.
After changing
to
in file
${AliceVision_root}/src/aliceVision/mesh/Texturing.cpp
, the problem went away, and the generated texture seems to be correct.The text was updated successfully, but these errors were encountered: