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

Apply transformation to a 2dgs model #191

Open
piao-0429 opened this issue Dec 9, 2024 · 1 comment
Open

Apply transformation to a 2dgs model #191

piao-0429 opened this issue Dec 9, 2024 · 1 comment

Comments

@piao-0429
Copy link

Hi! I'm wondering how I can apply a transformation to a trained model (aka output/xxx/point_cloud/iteration_30000/point_cloud.ply)? I found that apply translation can be easy by simply adding an offset to xyz positions, but just applying rotation and scaling to xyz does not work. I have checked that the point cloud is correct, but the rendering result is terrible.

@hbb1
Copy link
Owner

hbb1 commented Jan 15, 2025

Since a Gaussian is not exactly a point, you can not simply manipulate its center. Instead, you should consider the its covariance when applying transformation.

You can use a standard gaussian function $G(T(x))$, where $T$ is your transform, to derive the covariance after transform.

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