-
I am using the latest code from the develop branch. Trying to run the photogrammetry pipeline provided by meshroom and using the dataset at https://github.com/alicevision/dataset_monstree.git. When running the DepthMapFiltering I get the error:
Here is the command line:
And here is the output:
Note that this is for the mini3 folder only, but same happens for mini6 and full. Running on CUDA 11.8.0 and Nvidia T4 although I guess this command doesn't use GPU. I checked the related lines of code but couldn't figure out why the image writing fails. Tried inspecting the core dump but it was not helpful other than pointing me to
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ended up being oiio was not built with PNG support due to installing |
Beta Was this translation helpful? Give feedback.
Ended up being oiio was not built with PNG support due to installing
libpng-dev
from apt-get. While this may seem intuitive but the CMakeFiles skip using PNG if it was not installed from the embedded libraries!