Chunlin Chen
Results
2
comments of
Chunlin Chen
> Thanks for your reply. However, what I wanna know is how to use multiple gpus at the same time. It doesn't mean that training one scene on different gpus....
> I fixed the problem by replacing line 329 of `/gaussian-splatting/SIBR_viewers/src/core/view/SceneDebugView.cpp` by these lines: `sibr::Matrix4f tempMatrix = scaled.matrix();` `getMeshData("scene cam").setTransformation(tempMatrix); ` It worked, thank you so much!