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 meet segment fault #1163

Open
fcyi opened this issue Jul 25, 2024 · 1 comment
Open

DensifyPointCloud meet segment fault #1163

fcyi opened this issue Jul 25, 2024 · 1 comment

Comments

@fcyi
Copy link

fcyi commented Jul 25, 2024

Describe the bug
Why did I encounter segment fault while using the official test data for dense reconstruction? I don't know which step went wrong, but I hope someone can give me some guidance

./bin/DensifyPointCloud -w /home/hqd/workspace/3dRecon/MVS/data -i scene.mvs -o scene_dense.mvs

messages:
20:02:23 [App ] Camera model loaded: platform 0; camera 0; f 1.054x1.054; poses 11
20:02:23 [App ] Image loaded 0: 00000.jpg
20:02:23 [App ] Image loaded 1: 00001.jpg
20:02:23 [App ] Image loaded 2: 00002.jpg
20:02:23 [App ] Image loaded 3: 00003.jpg
20:02:23 [App ] Image loaded 4: 00004.jpg
20:02:23 [App ] Image loaded 5: 00005.jpg
20:02:23 [App ] Image loaded 6: 00006.jpg
20:02:23 [App ] Image loaded 7: 00007.jpg
20:02:23 [App ] Image loaded 8: 00008.jpg
20:02:23 [App ] Image loaded 9: 00009.jpg
20:02:23 [App ] Image loaded 10: 00010.jpg
20:02:23 [App ] Scene loaded from interface format (24ms):
11 images (11 calibrated) with a total of 63.22 MPixels (5.75 MPixels/image)
12683 points, 0 vertices, 0 faces
20:02:23 [App ] Preparing images for dense reconstruction completed: 11 images (74ms)
20:02:23 [App ] Selecting images for dense reconstruction completed: 11 images (1ms)
段错误 (核心已转储)Describe the bug
Why did I encounter segment fault while using the official test data for dense reconstruction? I don't know which step went wrong, but I hope someone can give me some guidance

./bin/DensifyPointCloud -w /home/hqd/workspace/3dRecon/MVS/data -i scene.mvs -o scene_dense.mvs

messages:
20:02:23 [App ] Camera model loaded: platform 0; camera 0; f 1.054x1.054; poses 11
20:02:23 [App ] Image loaded 0: 00000.jpg
20:02:23 [App ] Image loaded 1: 00001.jpg
20:02:23 [App ] Image loaded 2: 00002.jpg
20:02:23 [App ] Image loaded 3: 00003.jpg
20:02:23 [App ] Image loaded 4: 00004.jpg
20:02:23 [App ] Image loaded 5: 00005.jpg
20:02:23 [App ] Image loaded 6: 00006.jpg
20:02:23 [App ] Image loaded 7: 00007.jpg
20:02:23 [App ] Image loaded 8: 00008.jpg
20:02:23 [App ] Image loaded 9: 00009.jpg
20:02:23 [App ] Image loaded 10: 00010.jpg
20:02:23 [App ] Scene loaded from interface format (24ms):
11 images (11 calibrated) with a total of 63.22 MPixels (5.75 MPixels/image)
12683 points, 0 vertices, 0 faces
20:02:23 [App ] Preparing images for dense reconstruction completed: 11 images (74ms)
20:02:23 [App ] Selecting images for dense reconstruction completed: 11 images (1ms)
段错误 (核心已转储)

@fcyi
Copy link
Author

fcyi commented Jul 27, 2024

This issue has been resolved as we are using an older version of OpenMVs, which makes it incompatible with Eigen 3.4. However, this compatibility issue did not result in any error messages during the compilation and installation phases

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