-
What is value of sigma in creation of gaze map
-
Thank you for your generous work, I am very interested in it. In addition, do you know Gaussian Sum Filters? What is the difference between it and Discriminative Kalman Filter?
-
I believe it will be useful to smooth the initial condition fields before starting the model. I have had improved results with this choice in MOM6 (for instance) and will be hardcode it in `pyroms_too…
-
The justification for the 3D filter in the paper comes from the fact that "a primitive smaller than 2Tˆ may result in aliasing artifacts during the splatting process, since its size is below twice the…
-
**Describe the problem**
In DepthMap, I received the above error message. Which device is meant and how might I resolve it?.
**Screenshots**
![Screen Shot 07-31-24 at 04 47 PM](https://github.com…
-
Hi, I observed there're some degrade when zoom in and zoom out in Octree-GS scenes. Is it possible to integrate mip-splatting or sa-gs filters into the Octree-GS. The octree-gs are generating gaussian…
-
As described in README,
> The interface includes a field for `tau (size limit)` which defines the desired granularity setting. Note that `tau = 0` will try to render the complete dataset (all leaf…
-
Thanks for your excellent! How could I use the EMAP code to fit curves and lines from the trained 3DGS? Now I regard the Gaussian centers and directions as points and linedirection and feed them into …
-
I just noticed that we have different definitions of `initialise` for the Kalman filter and bootstrap filter.
The bootstrap filter returns a container with the proposed and filtered states whereas …
-
Hi, thanks for your code. The predicted angle image is passed into a gaussian filter. I think the value of the angle will be changed after that. Why need it? Thanks