xhd0612 / GaussianRoom

GaussianRoom Repo
53 stars 0 forks source link

Gaussian Initialization #3

Open hjr37 opened 1 week ago

hjr37 commented 1 week ago

How to initialize Gaussian primitives?

xhd0612 commented 1 week ago

Hello, you can initialize the Gaussian primitives by following the create_from_pcd function in gaussian-splatting/scene/gaussian_model.py

hjr37 commented 1 week ago

Initialization Gaussians positions in this paper, from SFM or Depth back-projection?

xhd0612 commented 1 week ago

We use SfM points for initialization when starting to train the 3DGS branch.