Simon Niedermayr

Results 8 comments of Simon Niedermayr

Hey, thanks for the feedback! I agree with your suggestion of implementing it in druid-shell. My plan is to implement it there and open the PR. I just don't have...

Forcing a downgrade `web-sys = "=0.3.67"` solves the issue. Why did wasm-bindgen introduce a API-breaking change in a minor version?

I was looking into visualizing 3D Gaussian Splatting reconstructions with rerun.io and discovered this issue. @Wumpf thanks for mentioning my renderer! I would like to help with the integration of...

I created a separate crate for our radix sort implementation: https://crates.io/crates/wgpu_sort.

@Wumpf Yes you are correct. I mention this in the Limitations of the package REAME. As long as wgpu has no subgroup control (which it will have soon hopefully) it...

hello, the morton sorting and compression (run-length and entropy encoding) is a post processing step that can always be applied after training. (see [save_npz](https://github.com/KeKsBoTer/c3dgs/blob/e927ed6eea02beb43722071a5f46423a1b38ed01/scene/gaussian_model.py#L442) method). About your other questions: _1.How...

Only points not visible in the training views should be pruned. Its important that the gradient for the SH coefs is not clamped in the backward pass. Otherwise this will...

For multiple scenes, one could share the codebooks. My guess is that you probably need larger codebooks but if you have multiple scenes with similar features (e.g. multiple office rooms)...