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

Added support for gaussian splatting ply file save #29

Closed
wants to merge 1 commit into from

Conversation

ironjr
Copy link
Contributor

@ironjr ironjr commented Dec 13, 2023

Issue

Although the output of the system is a Gaussian splatting, it does not save the file into a standardized format. Which means additional routines are required to visualize the result in the other Gaussian splatting visualizer.

Changes

  • Added requirements for plyfile==0.8.1 for Gaussian splatting support.
  • In utils/common_utils.py, added additional procedure for converting params.npz into gsplat.ply. Conversion does not preserve every information, e.g., trajectory is not recorded in Gaussian splatting format.
  • Changed a single character typo in README.md

Related issue

#22

@Nik-V9
Copy link
Contributor

Nik-V9 commented Feb 27, 2024

Thanks for this pull request! It has been merged in: #78

@Nik-V9 Nik-V9 closed this Feb 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants