spla-tam / SplaTAM

SplaTAM: Splat, Track & Map 3D Gaussians for Dense RGB-D SLAM (CVPR 2024)
https://spla-tam.github.io/
BSD 3-Clause "New" or "Revised" License
1.59k stars 174 forks source link

How to edit the config to use more than 2 GPU running SplaTAM? #134

Open scpoppin1207 opened 2 months ago

scpoppin1207 commented 2 months ago

I don't know how to edit the config.py to use more than 2 GPU running SplaTAM. Is SplaTAM supprots parallel running?

Nik-V9 commented 1 month ago

Hi, Thanks for your interest. The current SplaTAM code doesn't support multi-gpu. This might be possible by using gsplat (https://github.com/nerfstudio-project/gsplat) as the backend.