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

How to output dense point cloud? #130

Open
cwwjyh opened this issue Apr 30, 2024 · 1 comment
Open

How to output dense point cloud? #130

cwwjyh opened this issue Apr 30, 2024 · 1 comment

Comments

@cwwjyh
Copy link

cwwjyh commented Apr 30, 2024

Thanks for the great work!

How can I get dynamic point cloud?
image
in the above code, store the static point cloud on different training iterations. It is very sparse, as below.
image

So I want to know how to get dense point cloud when the dynamic Gaussian is played after training. This point cloud will store output/my_checkpoint_dir

Looking forward to your reply!

@guanjunwu
Copy link
Collaborator

Hi, do you mean to get each timestamps' 3D Gaussians after training?
export per frame 3DGS as written in readme.md may help you.
such as:
python export_perframe_3DGS.py --iteration 14000 --configs arguments/dnerf/bouncingballs.py --model_path output/dnerf/bouncingballs

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