Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DensifyPointCloud Seg Fault #1122

Open
ahndroo opened this issue Mar 23, 2024 · 0 comments
Open

DensifyPointCloud Seg Fault #1122

ahndroo opened this issue Mar 23, 2024 · 0 comments

Comments

@ahndroo
Copy link

ahndroo commented Mar 23, 2024

Describe the bug

DensifyPointCloud produces a segmentation fault at the "Selecting images for dense reconstruction" step. See logfile DensifyPointCloud_segfault.log attached.

However, I noticed if I set the --verbosity flag to 1, it successfully completes the process. See logfile DensifyPointCloud_success.log attached.

DensifyPointCloud_segfault.log
DensifyPointCloud_success.log

To Reproduce
Produces seg fault in my environment:
DensifyPointCloud \ --input-file $PROJECT/dense/model_colmap.mvs \ --working-folder $PROJECT/dense/ \ --output-file $PROJECT/dense/model_dense.mvs \ --archive-type -1

No seg fault in my environment:
DensifyPointCloud --input-file $PROJECT/dense/model_colmap.mvs --working-folder $PROJECT/dense/ --output-file $PROJECT/dense/model_dense.mvs --archive-type -1 --verbosity 1

Expected behavior
Expect successful 'densified' point cloud

Desktop (please complete the following information):
Docker 20.10.13
Linux Ubuntu 22.04 (nvidia docker repo)
CUDA 11.7.1

Additional context
My C++ skills are lacking, but is it possible a data type or something in the log statement is causing teh seg fault?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant