You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using glomap as a pre-processing step for some downstream tasks in colmap, as it is built upon colmap. However, I encountered an issue when attempting to run the following command with the output models from glomap:
Upon investigating, I discovered that the results produced by glomap contain a small bug: for all 3D points triangulated by exactly two views, while these 3D points are included with pointers (to images) in the point3D.bin, they do not have valid back-pointers from those two images to the respective 3D points.
This inconsistency leads to the error message above. As a temporary workaround, I found that removing those invalid 3D points resolves the issue, allowing colmap to function correctly.
The text was updated successfully, but these errors were encountered:
Thank you for your incredible software!
I am using glomap as a pre-processing step for some downstream tasks in colmap, as it is built upon colmap. However, I encountered an issue when attempting to run the following command with the output models from glomap:
colmap mapper --database_path xxx --image_path xxx --input_path xxx --output_path xxx
This command resulted in the following error message:
Upon investigating, I discovered that the results produced by glomap contain a small bug: for all 3D points triangulated by exactly two views, while these 3D points are included with pointers (to images) in the point3D.bin, they do not have valid back-pointers from those two images to the respective 3D points.
This inconsistency leads to the error message above. As a temporary workaround, I found that removing those invalid 3D points resolves the issue, allowing colmap to function correctly.
The text was updated successfully, but these errors were encountered: