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

Exported point cloud is rotated incorrectly #1006

Open
daniekpo opened this issue Oct 8, 2024 · 1 comment
Open

Exported point cloud is rotated incorrectly #1006

daniekpo opened this issue Oct 8, 2024 · 1 comment

Comments

@daniekpo
Copy link

daniekpo commented Oct 8, 2024

Using save_ply to export my Gaussian model to a point cloud results in a point cloud that seems rotated 180 degrees around the z-axis and some rotations around the x and y axes. I've tried viewing with Meshlab, Blender and Open3D and I always have to manually rotate the point cloud. I need the points to be rotated correctly for my downstream task.

def save_ply(self, path):

@AsherJingkongChen
Copy link

AsherJingkongChen commented Oct 9, 2024

They use wxyz order instead of xyzw one.

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