-
hi, thanks for your great work, how to eval Isotropic mode in the code, reproduced the Ablations results in your paper
? looking forward to your reply, thanks! @Snosixtyboo
-
An incorrect signature is being generated for the `.new` method in an ActiveRecord model.
Even though the `.new` method does not support arrays, this signature is nevertheless being generated:
```…
-
https://github.com/autonomousvision/mip-splatting/blob/e3a68d04f19e324b79f2b1e4caa723c59370e751/scene/gaussian_model.py#L190
Why use the value 0.2
-
In the `pytorch_torch_functions.cpp` generated code, the zeros_like binding looks like
```
static PyObject * THPVariable_zeros_like(PyObject* self_, PyObject* args, PyObject* kwargs)
{
HANDLE_TH…
-
Thank you very much for your release code
I would like to ask why the following code needs + flow[:, 2] * -(focal_x * t[:, 0]) / (t[:, 2]*t[:, 2]) instead of just using flow[:, 0] * focal_x / t[:, 2]…
-
**Is your feature request related to a problem? Please describe.**
I have a parameter B that greatly increases search space. I want to investigate b only when some values of A are hit but I still wan…
-
## 🚀 Feature
`pytorch.ops.voxel_down_sample(input, voxel_size)` would be a function to downsample input point cloud into output point cloud with a voxel
NOTE: Please look at the existing list of I…
-
Hi,
I experienced `RuntimeError: an illegal memory access was encountered` when I train 3d gaussian on the T&T dataset. It seems to happen in backpropagation. [Here](https://drive.google.com/file/d/…
-
When I try python extract_mesh_tsdf.py -m exp_playroom/release --iteration 30000, i found issues below:
```
Looking for config file in exp_playroom/release/cfg_args
Config file found: exp_playroom/…
-
How are you calculating the final metrics? The rendering and metrics codes from Gaussian splatting give different values than you claimed in your paper. I believe you are using different ways to calcu…