Git Product home page Git Product logo

ajhamdi / ges-splatting Goto Github PK

View Code? Open in Web Editor NEW
169.0 9.0 4.0 6.55 MB

Original reference implementation of "GES : Generalized Exponential Splatting for Efficient Radiance Field Rendering" [CVPR 2024]

Home Page: https://abdullahamdi.com/ges/

License: Other

Python 59.93% Shell 1.16% CMake 0.29% C++ 4.31% Cuda 17.67% C 0.23% Jupyter Notebook 16.42%
3d cvpr2024 deep-learning gaussian-splatting nerf

ges-splatting's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ges-splatting's Issues

Question about implemetation of eq.1

Hi guys,

thanks a lot for your efforts. I notice that in eq.(1) of the arxiv paper, beta is a learnable parameter, but in the current implementation, it is still fixed to 2:

float power = -0.5f * (con_o.x * d.x * d.x + con_o.z * d.y * d.y) - con_o.y * d.x * d.y;

Seems like even when we are using non-Gaussian kernels (i.e. render_laplacian), we are still drawing Gaussians with covariance matrices linearly scaled by Phi(beta), as described in eq.(4).

Is it true that the rasterizer implementation isn't updated? Or maybe I miss something and misunderstand it.

Why not working for other point cloud

Hello, Appreciate for nice work.

I try to point cloud that extracted DROID SLAM as input point cloud but Camera pose is extracted by ColMAP

but it is not work.
under 500 iter, it doens't add new gaussian, and over and over iteration, just fade out.
So I visualized the image(rendered), and this image was only black.

Why it is Happend ?

render() in eval

In render.py, why do you use original render function instead of render_laplacian? Although you save ply.file as get._scaling() * get.shape(). but it is different from render_laplacian?

from __future__ imports must occur at the beginning of the file

from scene.gaussian_model import GaussianModel
...\ges-splatting\scene_init_.py", line 20
from future import annotations
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: from future imports must occur at the beginning of the file

Currently when running either GES or GS i receive this issue

How to reproduce figure 9

Thank you for this awesome work.
I am interested in reproducing figure 9 where you constrain ges to about the same number of splats as the reference implementation. How to constraint the training to reproduce the results?

Thx and best,
Janusch

Getting error while training

Hello,

It's a great work, thank you.

I am getting below error, not sure why.

mu1 = F.conv2d(img1, window, padding=window_size // 2, groups=channel)
RuntimeError: Expected 4-dimensional input for 4-dimensional weight [3, 1, 11, 11], but got 3-dimensional input of size [3, 545, 980] instead

Can you please help me to resolve this.

Thank you
Gopi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.