Open Mysterious-handsome-man opened 4 days ago
In the Static phase of your project, an initial Gaussian is trained. I reviewed the point clouds of these Gaussians (for example, the hamburger), and I found their geometric structures to be remarkably precise, without any noise or artifacts. How did you achieve this? My initial guess is that this is due to the fact that all camera poses in the training data are strictly calibrated, which prevents the Gaussians from developing any artifacts or ellipsoids outside their geometric structures. Do you think this hypothesis is correct? Or did you incorporate other operations to eliminate artifacts?
Hi, for static reconstruction of real object, we have lots of camera views calibrated by colmap.
In the Static phase of your project, an initial Gaussian is trained. I reviewed the point clouds of these Gaussians (for example, the hamburger), and I found their geometric structures to be remarkably precise, without any noise or artifacts. How did you achieve this? My initial guess is that this is due to the fact that all camera poses in the training data are strictly calibrated, which prevents the Gaussians from developing any artifacts or ellipsoids outside their geometric structures. Do you think this hypothesis is correct? Or did you incorporate other operations to eliminate artifacts?