Skip to content

Commit

Permalink
Less aggressive alpha reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurBrussee committed Nov 11, 2024
1 parent 463feee commit 44fb951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/brush-train/src/train.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub struct TrainConfig {
#[config(default = 15000)]
max_refine_step: u32,

#[config(default = 0.004)]
#[config(default = 0.01)]
reset_alpha_value: f32,

// threshold of opacity for culling gaussians. One can set it to a lower value (e.g. 0.005) for higher quality
Expand Down

0 comments on commit 44fb951

Please sign in to comment.