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

Ply dataparser #2557

Merged
merged 6 commits into from
Oct 25, 2023
Merged

Ply dataparser #2557

merged 6 commits into from
Oct 25, 2023

Conversation

CardiacMangoes
Copy link
Contributor

IN PROGRESS do not merge yet

Loads a ply file as initial point cloud if specified

Specify transforms.json with "ply_file_path" in header, i.e

{
"camera_model": "OPENCV",
"cx": 320,
"cy": 240,
"w": 640,
"h": 480,
"ply_file_path": "smith.ply",
...

@ethanweber
Copy link
Collaborator

Nice, this is useful. I think we can merge the dataparser with its own PR, and then a separate PR should add code to ns-process-data to generate a PLY from colmap when it finishes.

@tancik tancik marked this pull request as draft October 24, 2023 20:31
@kerrj
Copy link
Collaborator

kerrj commented Oct 24, 2023

I think this is useful enough to merge into main, since it includes generally loading .ply files in the dataparser and also metric export option

@kerrj kerrj changed the base branch from gaussian-splatting to main October 24, 2023 22:23
@kerrj kerrj changed the base branch from main to gaussian-splatting October 24, 2023 22:24
@kerrj
Copy link
Collaborator

kerrj commented Oct 24, 2023

Need to pull out just the relevant changes though, changing the base branch includes all of splatting too

Copy link
Collaborator

@kerrj kerrj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sgtm

@kerrj kerrj marked this pull request as ready for review October 25, 2023 23:41
@kerrj kerrj merged commit 36e9034 into gaussian-splatting Oct 25, 2023
@kerrj kerrj deleted the ply-dataparser branch October 25, 2023 23:41
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.

None yet

3 participants