turandai / gaussian_surfels

Implementation of the SIGGRAPH 2024 conference paper "High-quality Surface Reconstruction using Gaussian Surfels".
410 stars 15 forks source link

MVS point cloud slow #34

Open li1u opened 4 days ago

li1u commented 4 days ago

Hello, when I use your code, I find that when I use randomly initialized point clouds, the speed is faster, but when I use other initial point clouds (mvs), the speed becomes significantly slower. Do you know why? Do you have a way to solve it?

turandai commented 4 days ago

I feel maybe the reason is your sfm point is significantly more than the random initialized ones. You can check the point count during training in the rightmost of the training bar.