VladimirYugay / Gaussian-SLAM

Gaussian-SLAM: Photo-realistic Dense SLAM with Gaussian Splatting
https://vladimiryugay.github.io/gaussian_slam
MIT License
852 stars 50 forks source link

3D mesh export #13

Closed DanieleMagri closed 4 months ago

DanieleMagri commented 5 months ago

Is it possible to export the 3D mesh of a scene?

VladimirYugay commented 5 months ago

yes, we actually compute the mesh at the end of our algorithm to evaluate how well can we render novel depth map views and how good our reconstruction is.

How exactly we do it, check here.

Atticuszz commented 5 months ago

thanks!