-
Really nice work.
I have a question about the normal. Is it similar to the concept defined in Eq. 7 of "DN-Splatter: Depth and Normal Priors for Gaussian Splatting and Meshing"?
Looking forward …
-
Hi,
First of all, thank you very much for open-sourcing such excellent work.
I've been working on a point cloud densification process, and I noticed that during the cloning of points, the new points…
-
In the readme it says to use
```
conda env create --file environment.yml
```
to create a new environment where the yml indicates
```
name: gaussian_splatting
channels:
- pytorch
- con…
-
Hi. Thanks for great work.
I'm kinda diving into "Gaussian Splatting", and I now have awful graphics in my computer.
So I'm setting up whole new computer, it seems 4090 would be best solution, but i…
-
Hey, could we please update to the latest gsplat=1.0.0 ?
the instruction in readme is now:
```pip install git+https://github.com/yzslab/gsplat.git```
but this is installing 0.1.12 version of gsp…
-
Hello,
Is it possible to load a pre-trained 3D Gaussian splatting (.ply) model from Nerfstudio and perform semantic segmentation on it? Specifically, I want to segment the entire model, regardless …
-
i'm using nerf synthetic data. Getting the following error when trying for less number of input images during training like 3 or 4 images , and transforms.json being generated from dense colmap outpu…
-
Hi ! Such a nice work !
We have noticed difficulties when projecting 3D covariance to 2D covariance like [https://github.com/nerfstudio-project/gsplat/pull/305](url) Are similar issues present with 2…
-
Optimizing
Output folder: ./output/ad4a9b9b-1 [12/10 08:51:30]
Tensorboard not available: not logging progress [12/10 08:51:30]
Reading camera 1/12Traceback (most recent call last):
File "train.…
-
Hi @Anttwo,
First of all, thank you for the great work done with your research, it is very inspiring!
I am trying to make a reconstruction of a room as accurate as possible using SuGaR. The resu…