openMVS
openMVS copied to clipboard
May lead to `Permissions issue`
https://github.com/cdcseacave/openMVS/blob/1de8e4bd83c37376914784d8bf47a17e80c95d7b/apps/DensifyPointCloud/DensifyPointCloud.cpp#L270-L271
Command below works, log file looks correct, but nothing will be created with non root user
under linux.
DensifyPointCloud \
--input-file $(pwd)/model.mvs \
--working-folder /path/to/images \
--output-file $(pwd)/model_dense.mvs \
--verbosity=3
So I check the Save code.
Is there a possibility, the save return false, but it be ignored?