turandai / gaussian_surfels

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

MVS point cloud slow #34

Closed li1u closed 4 months ago

li1u commented 5 months 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 5 months 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.