-
-
Notifications
You must be signed in to change notification settings - Fork 915
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
Scalable pipeline produce bad point cloud #1174
Comments
11 chunks were created :
|
Note that I made different tests using resolution-level = 2 and increasing / decreasing the number of sub scene area (until 2 sub-scene) and always got the same behaviour. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I use the scalable pipeline to generate a point cloud using DensifyPointCloud command but I get a very bad point cloud.
Using the standard pipeline with the same resolution level works perfectly.
To Reproduce
Steps to reproduce the behavior:
I used COLMAP/GLOMAP to obtain a valid model, then aligned to a plan using colmap.
I used exhaustive matching to be sure it was not an image matching problem.
There is 480 images in the dataset. After undistorting, resolution is 2000x1333 (see colmap command below).
I'm using Ubuntu 22.04 with NVIDIA RTX 2070 Super and Driver Version: 535.183.06 CUDA Version: 12.2.
I use a docker image based on colmap's one, where I added Glomap and OpenMVS.
I can provide it if needed.
By the way, thank you for your program, it is really useful.
Here the full commands I ran after the glomap alignement :
The point cloud obtained using each chunks is
Even chunks one by one looks really bad.
Expected behavior
The different chunks of the point cloud should be like the one obtained without using the scalable pipeline.
Screenshots
Valid point cloud obtained with only the command :
Desktop (please complete the following information):
Additional context
I already succeeded previously to use scalable pipeline on a large dataset (> 2000 images) of underwater images taken by an underwater drone (very bad quality).
The dataset used here is taken using an aerial drone using a sony Full Frame Camera (60 MP) down sized to 2000x1333 when undistorting using Colmap.
The text was updated successfully, but these errors were encountered: