gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"

Results 139 gaussian-splatting issues
Sort by recently updated
recently updated
newest added

Microsoft Windows [Version 10.0.19045.3448] (c) Microsoft Corporation. Alle Rechte vorbehalten. C:\Users\Michael>cd gaussian-splatting C:\Users\Michael\gaussian-splatting>SET DISTUTILS_USE_SDK=1 C:\Users\Michael\gaussian-splatting>conda env create --file environment.yml Collecting package metadata (repodata.json): done Solving environment: done ==> WARNING: A...

I want to choose a few specific tiles and render them How can it be implemented?

[GCC 13 does not implicitly include cstdint](https://gcc.gnu.org/gcc-13/porting_to.html), which breaks builds. ``` diff-gaussian-rasterization/cuda_rasterizer/rasterizer_impl.h(24): error: namespace "std" has no member "uintptr_t" std::size_t offset = (reinterpret_cast(chunk) + alignment - 1) & ~(alignment -...

Hi, I am using gaussian splatting to render novel views on my own dataset. The images are normalized in 0-1. The rendered color is also within 0-1. What causes strange...

I use this gaussian splatting tool in Google Colab because I do not have enough VRAM (6GB) on my PC (when I ran it on my PC it always stopped...

hi, it gets to 7000 steps, outputs ```^C```. Doesn't save a point cloud either

The tensors which are created from PIL images are first created on the CPU. https://github.com/graphdeco-inria/gaussian-splatting/blob/d9fad7b3450bf4bd29316315032d57157e23a515/utils/general_utils.py#L23 If `data_device` is "cuda" they are later moved to the GPU. Normally, unreferenced tensors on...

I ran the code on Ubuntu 22.04 and I tried this command `(gaussian_splatting) linle@cg3090:~/content/gaussian-splatting$ pip install submodules/diff-gaussian-rasterization` but the problem occurred(see the error below). It seems that some .o files...

(gaussian_splatting) ubuntu@master:~/wsy/gaussian-splatting-main/SIBR_viewers$ cmake -B build . -DCMAKE_BUILD_TYPE=Release -Dembree_DIR=~/wsy/embree-3.6.1.x86_64.linux -- Git found: /usr/bin/git -- SIBR version : BRANCH COMMIT_HASH TAG VERSION - -- Install path set to /home/ubuntu/wsy/gaussian-splatting-main/SIBR_viewers/install. Note you can...

Hi, first of all congrats on this amazing project. My question comes into trying to make something so great as possible. My idea is to use hundreds and hundreds of...