gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
I have identified the issue with the rendering result. The current version of the code, when pulled directly, produces a completely black effect. After my comparison, I found that the...
I encountered an issue while running train.py: Training progress: 0%| | 0/30000 [00:00
Hello, Is there a reason training is done in gamma/srgb space and not linear space? Few observations: - since blending is usually performed on linear space colors, I would expect...
Hello, It would useful for downstream tools and viewers to know whether a scene was generated with antialiasing or not. I would like to propose we add a standard comment...
Hi, I'm wondering if anyone has been successful in determining a visibility filter (or `radii` tensor) for masked images, i.e. determining the visibility of points w.r.t a mask rather than...
Hi, I'm running into the following error when running: `conda env create --file environment.yml` Restarting and trying again did not fix the issue. `note: This error originates from a subprocess,...
Do i need to upgrade the python to 3.8 for using the depth estimation??
> Hi I would look at this error first; > > `error: command 'cl.exe' failed: None` > > > > You can you try adding the visual studio path to...