Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.36k stars 182 forks source link

The process of generating mesh takes too long #187

Open bnBarr opened 7 months ago

bnBarr commented 7 months ago

Everything was fine during model optimisation, but it took me a long time to generate the foreground and background mesh (3 hours for the foreground), and when I checked the explorer I found that only the cpu was running (the GPU can be used normally during model optimisation), is this normal?

image