MisEty / RTG-SLAM

RTG-SLAM: Real-time 3D Reconstruction at Scale Using Gaussian Splatting (ACM SIGGRAPH 2024)
https://gapszju.github.io/RTG-SLAM/
GNU General Public License v3.0
174 stars 12 forks source link

Evaluation on Scannet. #1

Closed wangm-buaa closed 2 weeks ago

wangm-buaa commented 3 weeks ago

Thank you for open-sourcing such an impressive work. I would like to conduct validation experiments on Scannet, but I haven't found the relevant configuration files. Could you provide some configuration file suggestions?

MisEty commented 3 weeks ago

We do not provide the configs of Scannet. Scannet contains various scenes with different scanning speeds, complexities and range. I think you can start by choosing a scene similar to the Replica Room for manually editing the configs, and ensure that objects in the scene are fully reflective. You might also need to increase the number of iterations to accommodate the noise in the input data.

I hope these suggestions are helpful to you!