Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the training #5

Open
liziwennba opened this issue Mar 19, 2024 · 1 comment
Open

About the training #5

liziwennba opened this issue Mar 19, 2024 · 1 comment

Comments

@liziwennba
Copy link

Hi, thank you for your excellent work! I'm curious about your implementation. It seems that your code of scene velocity is not the same as you mentioned in your paper. And you scaling t is implemented by activation equation torch.exp. Can you provide the reason behind this?

@Fumore
Copy link

Fumore commented Mar 19, 2024

Hi, scene velocity only an estimator of point's motion, and we find that it is more effective to define it this way. I think that any scene velocity defination that is inversely proportional to $\rho$, equal to the instantaneous velocity at $\tau$ when $\rho=0$ and equal to 0 when $\rho \to \infty$ is appropriate. And in terms of opacity decay, i.e., scaling t, we just used the gaussian family in as the 3DGS do for scaling xyz. We will update our paper in arxiv.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants