openMVS icon indicating copy to clipboard operation
openMVS copied to clipboard

May lead to `Permissions issue`

Open Matt-V50 opened this issue 4 years ago • 0 comments

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?

Matt-V50 avatar Aug 10 '21 14:08 Matt-V50