-
Congratulations on the [grant](https://twitter.com/m_schuetz/status/1729890672474210321), @m-schuetz!
There's a new computer graphics technique called [3D Gaussian Splatting](https://repo-sam.inria…
-
Hi, I was wondering if there are any plans of implementing support for 4D Gaussian splats, as described in [this paper](https://github.com/oppo-us-research/SpacetimeGaussians) ?
-
I have some questions about the way logprob is calculated in TDMPC2.
The code below shows that the logprob result in TDMPC2 seems to differ from `torchrl` and SAC.
```python
import torch
impor…
-
Nowadays this is a higher-level constructor for many lower-level constructors. It should simply appeal to other proofs.
-
Hello! Thank you for developing GaussianMesh; it’s an impressive piece of work! While trying to train the model, I encountered some questions and hope to receive some guidance.
1. Could you clarify…
-
The current implementation of Gaussian Blur runs through each pixel and blurs it with all its neighboring pixels within the kernel radius. That's great for other types of kernels, but the special case…
-
Hello! Thank you for the timely update. I prepared my data as required and tried running the code, but I encountered the error mentioned in the title. Specifically:
Traceback (most recent call last…
-
Is this approach extendable into 3D gaussian-level clustering of gaussian. I mean without identity-alpha bleding and convolutional classifier layer.
For example, if I would like to create a map where…
-
Hi, I've tested on bicycle scene of mipnerf 360, using the configs in the README.MD file. But the gaussians seemed not able to fit the scene. The loss will not decrease throughout the training. And t…
-
https://github.com/graphdeco-inria/gaussian-splatting/blob/54c035f7834b564019656c3e3fcc3646292f727d/gaussian_renderer/__init__.py#L119
When the GS module is attached to other modules, this `clamp` …