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

doubt about the point cloud in demo video #76

Closed
zuixiaosanlang opened this issue Jul 22, 2022 · 3 comments
Closed

doubt about the point cloud in demo video #76

zuixiaosanlang opened this issue Jul 22, 2022 · 3 comments

Comments

@zuixiaosanlang
Copy link

image

in the video, the point cloud looks verg good.
is it only comes from colmap??
not from Lidar ??

@VisionaryMind
Copy link

@zuixiaosanlang, I have run this boat dataset through COLMAP, and this is definitely the result of dense reconstruction. This pipeline is not LIDAR-based. It requires cameras, poses, and corresponding points, which you would not be able to get with LIDAR alone.

@zuixiaosanlang
Copy link
Author

@VisionaryMind
hi, about the scene train, i use default colmap param, i just got 107356 points in sparse reconstruction;
but you got 217407 points.
how to change the colmap param??
thanks

image
image

@VisionaryMind
Copy link

@zuixiaosanlang, to get that higher point count, you will need to run preprocess_pointcloud prior to training as follows:

./build/bin/preprocess_pointcloud --scene_path scenes/your_scene_dir --point_factor 2

I have tried 3 and 4, but this creates disturbances in the per-camera neural renders (blurring, color mismatches, etc.). Doubling the point count seems to be the best compromise for sparse camera sets.

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

2 participants