-
I do see the diff_gaussian_rasterization folder in my submodules folder, but when trying to train my images, I get that error
(gaussian_splatting) C:\Users\username\gaussian-splatting>python train.…
-
Hi, thanks for this brilliant work.
I came across a bug running an offline demo on the replica dataset. I found that in the config file, use gaussian splatting-based densification is set to false:
…
-
Why is the link to simple-knn gone?
-
Currently, gaussian splatting intakes a pointcloud for initialization either through: 1) using a COLMAP dataset, or 2) adding a pointcloud to `transforms.json` and using the nerfstudio dataparser to r…
kerrj updated
4 months ago
-
I followed the tutorial by Nerfguru, and I'm using cuda 11.7, visual studio 2019. I have seen other with basically the same problem.
Installing pip dependencies: - Ran pip subprocess with arguments…
-
hi when i compare the condition of split densification and clone densification, i found the definition of "too large gradient" is slightly between the two.
For split, the mask is generated by
htt…
-
```
(gaussian_splatting) C:\Users\jtoil\gaussian-splatting>python train.py -s data/standard
Optimizing
Output folder: ./output/f63cd780-9 [29/10 22:44:13]
Tensorboard not available: not logging pr…
-
I attempted to modify the \gaussian-splatting\SIBR_viewers\src\projects\gaussianviewer\apps\gaussianViewer\main.cpp, but it still doesn't work. I have placed two files, point_cloud.ply and point_cloud…
-
This is what I get when I try to optimize 308 pictures. I don´t know if they are to much, or should I scale it before or I don't have enough space disk... any idea? Thanks
```
Optimizing
Output f…
-
When using torch.hub to do monocular estimation, it got RuntimeError:
```
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_giant2', pretrain=True)
File "/home/qizhong/miniconda3/envs/ga…