-
Hey, it only takes one hour to train the same data 30,000 times with the original 3DGS.
![微信截图_20241019181529](https://github.com/user-attachments/assets/8d78e672-0dce-4584-b271-46a84ea6b113)
-
After installing the plugin I have tested it using a splat which was created by me and one splat which I have found on the internet for my testing purposes. With my splatting model after importing it …
-
It would be awesome if Markov Chain Monte Carlo is supported. PostShot just added support and the results are MUCH better. I actually tried loading MCMC ply file inside SuperSplat but it doesn't reall…
-
Several people mentioned the idea of deleting the splatting because no track except the overworld is using it.
My main reason for not using it is because it kills performances. Currently the shader…
-
According to my tests splatting `collect(kwargs)` into an array crashes julia if kwargs are empty and two or more types are part of the array
Here's my MNWE after some hours of drill-down.
```julia
f…
-
Hi and thanks for sharing your good work, I would like to work with it more BUT:
There might be a bug in render.
when using gsplat and supersplat to render, we get elongated gaussians,
look at th…
-
Hello, I've followed https://github.com/henrypearce4D advice on adding VS path to env variables, but I ran into this error:
```
(base) C:\Users\evebo\gaussian-splatting>git submodule update --i…
-
### Description
the image is in the wrong place blocking some of the words
### (Optional:) Please add any files, screenshots, or other information here.
_No response_
### (Required) What is this i…
-
Hello @yzslab!
Thank you for integrating most of the gaussian splatting frameworks.
When I try to run SpotlessSplats, my system is automatically getting restarted..
python utils/sd_feature_ex…
-
MWE:
```julia
using Flux
ann = Chain(Dense(5, 50, tanh), Dense(50, 4))
p, st = Flux.destructure(ann)
u0 = rand(5)
using Zygote
function dudt_(u, p, t)
st(p)([u..., 1f1])
end
out, bac…