gaussian-splatting
gaussian-splatting copied to clipboard
Original reference implementation of "3D Gaussian Splatting for Real-Time Radiance Field Rendering"
Some data have image centers different from (w/2,h/2). This can be after a correction of distortion, or because some images are cropped. To manage this case, we pass projmatrix to...
Whether a 3DGS model can determine a plane in scene like a mesh model with unity?
Hello, it's my firt time trying with 3D gaussian splitting. I want to run the metrics.py but I receive NAN, anyone can help me please? 
Thank you for great work, I have some questions in render.py - Below line, say frustum culled, but in this dictionary is not culled any thing, only filter by radii....
Setting an adjustable parameter of splat scale for background splat and foreground splat will get a better result of render. Otherwise,a suitable parameter for foreground maybe is too large to...
(TDGS) D:\20240314\gaussian-splatting-main\submodules\diff-gaussian-rasterization>python setup.py install running install C:\Users\17727\.conda\envs\TDGS\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for...
We are seeing this error; ``` Traceback (most recent call last): File "train.py", line 216, in training(lp.extract(args), op.extract(args), pp.extract(args), args.test_iterations, args.save_iterations, args.checkpoint_iterations, args.start_checkpoint, args.debug_from) File "train.py", line 35, in training...
Has anyone successfully dockerized this? I've found [this](https://gist.github.com/sergiobd/c9d133315da8a1045a743653dde1c65c), but it seems to only be for the viewer. I'm trying to dockerize it so that I can run it on a...
 In SIBR Viewer, we can adjust Scaling Modifier by dragging the bar. But I don't know how to adjust the same parameter in render.py?
Hello, I appreciate your excellent work. I have a few questions that I’d like to understand better. Could you please explain? Q1) Could you please provide a detailed explanation of...