Skip to content

Commit

Permalink
Clarify flag name in docs/nerfology/methods/splat.md (nerfstudio-proj…
Browse files Browse the repository at this point in the history
…ect#3140)

Clarify full flag name
  • Loading branch information
EliasWatson authored May 13, 2024
1 parent ffbd16a commit e3ef9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nerfology/methods/splat.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A full evalaution of Nerfstudio's implementation of Gaussian Splatting against t
The default settings provided maintain a balance between speed, quality, and splat file size, but if you care more about quality than training speed or size, you can decrease the alpha cull threshold
(threshold to delete translucent gaussians) and disable culling after 15k steps like so: `ns-train splatfacto --pipeline.model.cull_alpha_thresh=0.005 --pipeline.model.continue_cull_post_densification=False --data <data>`

A common artifact in splatting is long, spikey gaussians. [PhysGaussian](https://xpandora.github.io/PhysGaussian/) proposes a scale regularizer that encourages gaussians to be more evenly shaped. To enable this, set the `use_scale_regularization` flag to `True`.
A common artifact in splatting is long, spikey gaussians. [PhysGaussian](https://xpandora.github.io/PhysGaussian/) proposes a scale regularizer that encourages gaussians to be more evenly shaped. To enable this, set the `pipeline.model.use_scale_regularization` flag to `True`.

### Details
For more details on the method, see the [original paper](https://arxiv.org/abs/2308.04079). Additionally, for a detailed derivation of the gradients used in the gsplat library, see [here](https://arxiv.org/abs/2312.02121).
Expand Down

0 comments on commit e3ef9fb

Please sign in to comment.