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

Implement gaussian splatting ply file saving with o3d #427

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2024

  1. implement ply saving

    MrNeRF committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    7ed2610 View commit details
    Browse the repository at this point in the history
  2. fix colors

    MrNeRF committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cba1d3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d30a1a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix appearance embeddings

    MrNeRF committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9a5336a View commit details
    Browse the repository at this point in the history
  2. remove open3d

    MrNeRF committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    36e3df3 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. align order with INRIA ply

    MrNeRF committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    9a3e606 View commit details
    Browse the repository at this point in the history
  2. filter Nan and infs

    MrNeRF committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4c10e88 View commit details
    Browse the repository at this point in the history