splatfacto multi-GPU scene reconstruction #3427
Unanswered
laszilagyi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'd like to reconstruct a large scene using multiple GPUs to improve speed, however the training hangs after initialization. I've used these command with no luck (analogous to the nerfacto multi-GPU example, removing some parameters):
export CUDA_VISIBLE_DEVICES=0,1,2,3
ns-train splatfacto-big --machine.num-devices 4 --data data/nerfstudio/aspen
Any additional parameters I need?
Another related question: How can I control the size of the model (the number of Gaussians)?
Appreciate the help!
Beta Was this translation helpful? Give feedback.
All reactions