Ply export fixes#6
Open
jkevin wants to merge 2 commits into
Open
Conversation
added 2 commits
May 15, 2026 10:29
transform gaussian rotations to world space on PLY export, apply rotation and translation when aligning gaussian means to view, don't align to view by default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First of all, thanks for making this research available. Recursively passing rendering error into the model is a really neat idea.
I noticed an issue in the PLY export where the gaussian rotations are in the camera space for each frame, not the world space. This causes the scene in the exported PLY to have degraded image quality compared to the results in the paper. The middle frame's camera space happens to correspond to world space, so that particular view looks mostly correct. This PR makes the following changes:
Here are some renders of the exported PLY from the dl3dv_16v_540x960 demo dataset before and after the changes. The renders are generated with the render_ply.py script.
view 8, before

view 8, after

view 0, before

view 0, after
