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

iPad Pro and the NeRFCapture app #25

Open
sjdingcn opened this issue Aug 2, 2024 · 4 comments
Open

iPad Pro and the NeRFCapture app #25

sjdingcn opened this issue Aug 2, 2024 · 4 comments

Comments

@sjdingcn
Copy link

sjdingcn commented Aug 2, 2024

Hi,
Thank you for the great work.
May I ask if it is possible to use iPad Pro and the NeRFCapture app with this project?
How should I change the config files and what else should I change?

Thank you
Best

@liquorleaf
Copy link
Collaborator

You might need to modify the whole rendering module, since the rendering pipeline of NeRF (volume-based) and 3D Gaussian Splatting (point-based) is largely different.

@sjdingcn
Copy link
Author

sjdingcn commented Sep 9, 2024

Thank you for your reply. I have one more question.
If I need to freeze some Gaussians during training, how do you think I should modify the code?

@liquorleaf
Copy link
Collaborator

Properties of Gaussians are managed by SOAs during training. Please refer to GaussianModel::densifyAndClone and GaussianModel::densifyAndSplit to see how to make a selected_pts_mask, which indicates the points you want to optimize.

@sjdingcn
Copy link
Author

Thanks. This is very helpful.
Another question, how to render the trajectory like Figure 13 in the paper?

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