jkulhanek / wild-gaussians

[NeurIPS'24] WildGaussians: 3D Gaussian Splatting In the Wild
https://wild-gaussians.github.io
Other
329 stars 22 forks source link

What to do at inference time? #28

Open ricshaw opened 1 month ago

ricshaw commented 1 month ago

After we have trained a model with appearance embeddings, do we need to keep the embeddings for inference? Or can they be discarded? I.e. is it better to choose one of training embeddings to render a novel trajectory, or can we simply set the embedding to None and ignore the whole MLP?

jkulhanek commented 1 month ago

Hi, it depends on your data and goal. There is no notion of what is "better". Here are my recommendations: